#include <std_limits.h>
Static Public Methods | |
long long | min () throw () |
long long | max () throw () |
long long | epsilon () throw () |
long long | round_error () throw () |
long long | infinity () throw () |
long long | quiet_NaN () throw () |
long long | signaling_NaN () throw () |
long long | denorm_min () throw () |
Static Public Attributes | |
const bool | is_specialized = true |
const int | digits = __glibcpp_signed_long_long_digits |
const int | digits10 = __glibcpp_signed_long_long_digits10 |
const bool | is_signed = true |
const bool | is_integer = true |
const bool | is_exact = true |
const int | radix = 2 |
const int | min_exponent = 0 |
const int | min_exponent10 = 0 |
const int | max_exponent = 0 |
const int | max_exponent10 = 0 |
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 = true |
const bool | is_bounded = true |
const bool | is_modulo = false |
const bool | traps = __glibcpp_signed_long_long_traps |
const bool | tinyness_before = false |
const float_round_style | round_style = round_toward_zero |
|
Definition at line 1672 of file std_limits.h. |
|
Definition at line 1650 of file std_limits.h. |
|
Definition at line 1666 of file std_limits.h. |
|
Definition at line 1641 of file std_limits.h. References __glibcpp_signed_long_long_max. |
|
Definition at line 1639 of file std_limits.h. References __glibcpp_signed_long_long_min. |
|
Definition at line 1668 of file std_limits.h. |
|
Definition at line 1652 of file std_limits.h. |
|
Definition at line 1670 of file std_limits.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|