#include <limits_generic.h>
Static Public Methods | |
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 () |
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 = 2 |
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 = false |
const bool | has_quiet_NaN = false |
const bool | has_signaling_NaN = false |
const float_denorm_style | has_denorm = denorm_absent |
const bool | has_denorm_loss = false |
const bool | is_iec559 = false |
const bool | is_bounded = true |
const bool | is_modulo = false |
const bool | traps = false |
const bool | tinyness_before = false |
const float_round_style | round_style = round_toward_zero |
|
Definition at line 1860 of file std_limits.h. References __glibcpp_double_denorm_min. |
|
Definition at line 766 of file limits_generic.h. |
|
Definition at line 1837 of file std_limits.h. References __glibcpp_double_epsilon. |
|
Definition at line 744 of file limits_generic.h. |
|
Definition at line 1854 of file std_limits.h. References __glibcpp_double_infinity. |
|
Definition at line 760 of file limits_generic.h. |
|
Definition at line 1828 of file std_limits.h. References __glibcpp_double_max. |
|
Definition at line 735 of file limits_generic.h. |
|
Definition at line 1826 of file std_limits.h. References __glibcpp_double_min. |
|
Definition at line 733 of file limits_generic.h. |
|
Definition at line 1856 of file std_limits.h. References __glibcpp_double_quiet_NaN. |
|
Definition at line 762 of file limits_generic.h. |
|
Definition at line 1839 of file std_limits.h. References __glibcpp_double_round_error. |
|
Definition at line 746 of file limits_generic.h. |
|
Definition at line 1858 of file std_limits.h. References __glibcpp_double_signaling_NaN. |
|
Definition at line 764 of file limits_generic.h. |
|
Definition at line 294 of file limits_generic.cc. |
|
Definition at line 295 of file limits_generic.cc. |
|
Definition at line 307 of file limits_generic.cc. |
|
Definition at line 308 of file limits_generic.cc. |
|
Definition at line 304 of file limits_generic.cc. |
|
Definition at line 305 of file limits_generic.cc. |
|
Definition at line 306 of file limits_generic.cc. |
|
Definition at line 310 of file limits_generic.cc. |
|
Definition at line 298 of file limits_generic.cc. |
|
Definition at line 309 of file limits_generic.cc. |
|
Definition at line 297 of file limits_generic.cc. |
|
Definition at line 311 of file limits_generic.cc. |
|
Definition at line 296 of file limits_generic.cc. |
|
Definition at line 293 of file limits_generic.cc. |
|
Definition at line 302 of file limits_generic.cc. |
|
Definition at line 303 of file limits_generic.cc. |
|
Definition at line 300 of file limits_generic.cc. |
|
Definition at line 301 of file limits_generic.cc. |
|
Definition at line 299 of file limits_generic.cc. |
|
Definition at line 314 of file limits_generic.cc. |
|
Definition at line 313 of file limits_generic.cc. |
|
Definition at line 312 of file limits_generic.cc. |