Static Public Member Functions | |
| float | min () throw () |
| float | max () throw () |
| float | epsilon () throw () |
| float | round_error () throw () |
| float | infinity () throw () |
| float | quiet_NaN () throw () |
| float | signaling_NaN () throw () |
| float | denorm_min () throw () |
Static Public Attributes | |
| const bool | is_specialized = true |
| const int | digits = __FLT_MANT_DIG__ |
| const int | digits10 = __FLT_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 = __FLT_MIN_EXP__ |
| const int | min_exponent10 = __FLT_MIN_10_EXP__ |
| const int | max_exponent = __FLT_MAX_EXP__ |
| const int | max_exponent10 = __FLT_MAX_10_EXP__ |
| const bool | has_infinity = __FLT_HAS_INFINITY__ |
| const bool | has_quiet_NaN = __FLT_HAS_QUIET_NAN__ |
| const bool | has_signaling_NaN = has_quiet_NaN |
| const float_denorm_style | has_denorm = bool(__FLT_DENORM_MIN__) ? denorm_present : denorm_absent |
| const bool | has_denorm_loss = __glibcxx_float_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_float_traps |
| const bool | tinyness_before = __glibcxx_float_tinyness_before |
| const float_round_style | round_style = round_to_nearest |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6