std::numeric_limits< double > Struct Template Reference

List of all members.

Static Public Member Functions

double min () throw ()
double max () throw ()
double epsilon () throw ()
double round_error () throw ()
double infinity () throw ()
double quiet_NaN () throw ()
double signaling_NaN () throw ()
double denorm_min () throw ()

Static Public Attributes

const bool is_specialized = true
const int digits = __DBL_MANT_DIG__
const int digits10 = __DBL_DIG__
const bool is_signed = true
const bool is_integer = false
const bool is_exact = false
const int radix = __FLT_RADIX__
const int min_exponent = __DBL_MIN_EXP__
const int min_exponent10 = __DBL_MIN_10_EXP__
const int max_exponent = __DBL_MAX_EXP__
const int max_exponent10 = __DBL_MAX_10_EXP__
const bool has_infinity = __DBL_HAS_INFINITY__
const bool has_quiet_NaN = __DBL_HAS_QUIET_NAN__
const bool has_signaling_NaN = has_quiet_NaN
const float_denorm_style has_denorm = bool(__DBL_DENORM_MIN__) ? denorm_present : denorm_absent
const bool has_denorm_loss = __glibcxx_double_has_denorm_loss
const bool is_iec559 = has_infinity && has_quiet_NaN && has_denorm == denorm_present
const bool is_bounded = true
const bool is_modulo = false
const bool traps = __glibcxx_double_traps
const bool tinyness_before = __glibcxx_double_tinyness_before
const float_round_style round_style = round_to_nearest

template<>
struct std::numeric_limits< double >


Member Function Documentation

double std::numeric_limits< double >::denorm_min  )  throw () [inline, static]
 

Definition at line 1061 of file limits.

double std::numeric_limits< double >::epsilon  )  throw () [inline, static]
 

Definition at line 1038 of file limits.

double std::numeric_limits< double >::infinity  )  throw () [inline, static]
 

Definition at line 1055 of file limits.

double std::numeric_limits< double >::max  )  throw () [inline, static]
 

Definition at line 1029 of file limits.

double std::numeric_limits< double >::min  )  throw () [inline, static]
 

Definition at line 1027 of file limits.

double std::numeric_limits< double >::quiet_NaN  )  throw () [inline, static]
 

Definition at line 1057 of file limits.

double std::numeric_limits< double >::round_error  )  throw () [inline, static]
 

Definition at line 1040 of file limits.

double std::numeric_limits< double >::signaling_NaN  )  throw () [inline, static]
 

Definition at line 1059 of file limits.


Member Data Documentation

const int std::numeric_limits< double >::digits = __DBL_MANT_DIG__ [static]
 

Definition at line 1032 of file limits.

const int std::numeric_limits< double >::digits10 = __DBL_DIG__ [static]
 

Definition at line 1033 of file limits.

const float_denorm_style std::numeric_limits< double >::has_denorm = bool(__DBL_DENORM_MIN__) ? denorm_present : denorm_absent [static]
 

Definition at line 1052 of file limits.

const bool std::numeric_limits< double >::has_denorm_loss = __glibcxx_double_has_denorm_loss [static]
 

Definition at line 1053 of file limits.

const bool std::numeric_limits< double >::has_infinity = __DBL_HAS_INFINITY__ [static]
 

Definition at line 1048 of file limits.

const bool std::numeric_limits< double >::has_quiet_NaN = __DBL_HAS_QUIET_NAN__ [static]
 

Definition at line 1049 of file limits.

const bool std::numeric_limits< double >::has_signaling_NaN = has_quiet_NaN [static]
 

Definition at line 1050 of file limits.

const bool std::numeric_limits< double >::is_bounded = true [static]
 

Definition at line 1066 of file limits.

const bool std::numeric_limits< double >::is_exact = false [static]
 

Definition at line 1036 of file limits.

const bool std::numeric_limits< double >::is_iec559 = has_infinity && has_quiet_NaN && has_denorm == denorm_present [static]
 

Definition at line 1065 of file limits.

const bool std::numeric_limits< double >::is_integer = false [static]
 

Definition at line 1035 of file limits.

const bool std::numeric_limits< double >::is_modulo = false [static]
 

Definition at line 1067 of file limits.

const bool std::numeric_limits< double >::is_signed = true [static]
 

Definition at line 1034 of file limits.

const bool std::numeric_limits< double >::is_specialized = true [static]
 

Definition at line 1025 of file limits.

const int std::numeric_limits< double >::max_exponent = __DBL_MAX_EXP__ [static]
 

Definition at line 1045 of file limits.

const int std::numeric_limits< double >::max_exponent10 = __DBL_MAX_10_EXP__ [static]
 

Definition at line 1046 of file limits.

const int std::numeric_limits< double >::min_exponent = __DBL_MIN_EXP__ [static]
 

Definition at line 1043 of file limits.

const int std::numeric_limits< double >::min_exponent10 = __DBL_MIN_10_EXP__ [static]
 

Definition at line 1044 of file limits.

const int std::numeric_limits< double >::radix = __FLT_RADIX__ [static]
 

Definition at line 1037 of file limits.

const float_round_style std::numeric_limits< double >::round_style = round_to_nearest [static]
 

Definition at line 1071 of file limits.

const bool std::numeric_limits< double >::tinyness_before = __glibcxx_double_tinyness_before [static]
 

Definition at line 1070 of file limits.

const bool std::numeric_limits< double >::traps = __glibcxx_double_traps [static]
 

Definition at line 1069 of file limits.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 30 17:32:18 2007 for GNU C++ STL by doxygen 1.3.6