#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 () |
Static Public Attributes | |
const bool | is_specialized = true |
const int | digits = LDBL_MANT_DIG |
const int | digits10 = LDBL_DIG |
const bool | is_signed = true |
const bool | is_integer = false |
const bool | is_exact = false |
const int | radix = 2 |
const int | min_exponent = LDBL_MIN_EXP |
const int | min_exponent10 = LDBL_MIN_10_EXP |
const int | max_exponent = LDBL_MAX_EXP |
const int | max_exponent10 = LDBL_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 774 of file limits_generic.h. |
|
Definition at line 752 of file limits_generic.h. |
|
Definition at line 768 of file limits_generic.h. |
|
Definition at line 743 of file limits_generic.h. |
|
Definition at line 741 of file limits_generic.h. |
|
Definition at line 770 of file limits_generic.h. |
|
Definition at line 754 of file limits_generic.h. |
|
Definition at line 772 of file limits_generic.h. |
|
Definition at line 746 of file limits_generic.h. |
|
Definition at line 747 of file limits_generic.h. |
|
Definition at line 765 of file limits_generic.h. |
|
Definition at line 766 of file limits_generic.h. |
|
Definition at line 762 of file limits_generic.h. |
|
Definition at line 763 of file limits_generic.h. |
|
Definition at line 764 of file limits_generic.h. |
|
Definition at line 778 of file limits_generic.h. |
|
Definition at line 750 of file limits_generic.h. |
|
Definition at line 777 of file limits_generic.h. |
|
Definition at line 749 of file limits_generic.h. |
|
Definition at line 779 of file limits_generic.h. |
|
Definition at line 748 of file limits_generic.h. |
|
Definition at line 739 of file limits_generic.h. |
|
Definition at line 759 of file limits_generic.h. |
|
Definition at line 760 of file limits_generic.h. |
|
Definition at line 757 of file limits_generic.h. |
|
Definition at line 758 of file limits_generic.h. |
|
Definition at line 751 of file limits_generic.h. |
|
Definition at line 783 of file limits_generic.h. |
|
Definition at line 782 of file limits_generic.h. |
|
Definition at line 781 of file limits_generic.h. |