#include <limits_generic.h>
Static Public Methods | |
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 = 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 678 of file limits_generic.h. |
|
Definition at line 656 of file limits_generic.h. |
|
Definition at line 672 of file limits_generic.h. |
|
Definition at line 647 of file limits_generic.h. |
|
Definition at line 645 of file limits_generic.h. |
|
Definition at line 674 of file limits_generic.h. |
|
Definition at line 658 of file limits_generic.h. |
|
Definition at line 676 of file limits_generic.h. |
|
Definition at line 650 of file limits_generic.h. |
|
Definition at line 651 of file limits_generic.h. |
|
Definition at line 669 of file limits_generic.h. |
|
Definition at line 670 of file limits_generic.h. |
|
Definition at line 666 of file limits_generic.h. |
|
Definition at line 667 of file limits_generic.h. |
|
Definition at line 668 of file limits_generic.h. |
|
Definition at line 682 of file limits_generic.h. |
|
Definition at line 654 of file limits_generic.h. |
|
Definition at line 681 of file limits_generic.h. |
|
Definition at line 653 of file limits_generic.h. |
|
Definition at line 683 of file limits_generic.h. |
|
Definition at line 652 of file limits_generic.h. |
|
Definition at line 643 of file limits_generic.h. |
|
Definition at line 663 of file limits_generic.h. |
|
Definition at line 664 of file limits_generic.h. |
|
Definition at line 661 of file limits_generic.h. |
|
Definition at line 662 of file limits_generic.h. |
|
Definition at line 655 of file limits_generic.h. |
|
Definition at line 687 of file limits_generic.h. |
|
Definition at line 686 of file limits_generic.h. |
|
Definition at line 685 of file limits_generic.h. |