|
FastLED 3.9.15
|
#include <limits.h>
Inheritance diagram for fl::numeric_limits< float >:
Collaboration diagram for fl::numeric_limits< float >:Public Types | |
| enum | : bool { has_infinity = true } |
| enum | : bool { is_specialized = true } |
| enum | : int { digits10 = 6 } |
| enum | |
| enum | : bool { has_signaling_NaN = true } |
| enum | |
| enum | : bool { has_quiet_NaN = true } |
| enum | |
| enum | |
| enum | |
| enum | |
| enum | : bool { is_exact = false } |
| enum | : bool { is_integer = false } |
| enum | |
| enum | |
| enum | : int { digits = 24 } |
| enum | : bool { is_signed = true } |
| enum | |
Static Public Member Functions | |
| static constexpr float | denorm_min () FL_NOEXCEPT |
| static constexpr float | denorm_min () FL_NOEXCEPT |
| static constexpr float | epsilon () FL_NOEXCEPT |
| static constexpr float | epsilon () FL_NOEXCEPT |
| static constexpr float | infinity () FL_NOEXCEPT |
| static constexpr float | infinity () FL_NOEXCEPT |
| static constexpr float | lowest () FL_NOEXCEPT |
| static constexpr float | lowest () FL_NOEXCEPT |
| static constexpr float | max () FL_NOEXCEPT |
| static constexpr float | max () FL_NOEXCEPT |
| static constexpr float | min () FL_NOEXCEPT |
| static constexpr float | min () FL_NOEXCEPT |
| static constexpr float | quiet_NaN () FL_NOEXCEPT |
| static constexpr float | quiet_NaN () FL_NOEXCEPT |
| static constexpr float | round_error () FL_NOEXCEPT |
| static constexpr float | round_error () FL_NOEXCEPT |
| static constexpr float | signaling_NaN () FL_NOEXCEPT |
| static constexpr float | signaling_NaN () FL_NOEXCEPT |
Static Public Attributes | |
| static constexpr int | max_digits10 = 9 |
| static constexpr int | max_exponent = 128 |
| static constexpr int | max_exponent10 = 38 |
| static constexpr int | min_exponent = -125 |
| static constexpr int | min_exponent10 = -37 |