#include <stdapis/stlportv5/stl/_limits.h>
class _Floating_limits : public _Numeric_limits_base |
Public Attributes | |
---|---|
const int | digits |
const int | digits10 |
const float_denorm_style | has_denorm |
const bool | has_denorm_loss |
const bool | has_infinity |
const bool | has_quiet_NaN |
const bool | has_signaling_NaN |
const bool | is_bounded |
const bool | is_iec559 |
const bool | is_signed |
const bool | is_specialized |
const int | max_exponent |
const int | max_exponent10 |
const int | min_exponent |
const int | min_exponent10 |
const int | radix |
const float_round_style | round_style |
const bool | tinyness_before |
const bool | traps |
Inherited Attributes | |
---|---|
_Numeric_limits_base::is_exact | |
_Numeric_limits_base::is_integer | |
_Numeric_limits_base::is_modulo |
const int | digits | [static] |
const int | digits10 |
const float_denorm_style | has_denorm | [static] |
const bool | has_denorm_loss |
const bool | has_infinity |
const bool | has_quiet_NaN |
const bool | has_signaling_NaN |
const bool | is_bounded |
const bool | is_iec559 |
const bool | is_signed |
const bool | is_specialized | [static] |
const int | max_exponent |
const int | max_exponent10 |
const int | min_exponent |
const int | min_exponent10 |