|
FastLED 3.9.15
|
#include <limits.h>
Inheritance diagram for fl::numeric_limits< double >:
Collaboration diagram for fl::numeric_limits< double >:Public Types | |
| enum | |
| enum | : bool { has_quiet_NaN = true } |
| enum | : int { digits10 = 15 } |
| enum | |
| enum | : bool { has_signaling_NaN = true } |
| enum | : int { digits = 53 } |
| enum | |
| enum | |
| enum | |
| enum | : bool { is_integer = false } |
| enum | |
| enum | : bool { is_signed = true } |
| enum | : bool { has_infinity = true } |
| enum | : bool { is_exact = false } |
| enum | |
| enum | |
| enum | : bool { is_specialized = true } |
| enum | |
Static Public Member Functions | |
| static constexpr double | denorm_min () FL_NOEXCEPT |
| static constexpr double | denorm_min () FL_NOEXCEPT |
| static constexpr double | epsilon () FL_NOEXCEPT |
| static constexpr double | epsilon () FL_NOEXCEPT |
| static constexpr double | infinity () FL_NOEXCEPT |
| static constexpr double | infinity () FL_NOEXCEPT |
| static constexpr double | lowest () FL_NOEXCEPT |
| static constexpr double | lowest () FL_NOEXCEPT |
| static constexpr double | max () FL_NOEXCEPT |
| static constexpr double | max () FL_NOEXCEPT |
| static constexpr double | min () FL_NOEXCEPT |
| static constexpr double | min () FL_NOEXCEPT |
| static constexpr double | quiet_NaN () FL_NOEXCEPT |
| static constexpr double | quiet_NaN () FL_NOEXCEPT |
| static constexpr double | round_error () FL_NOEXCEPT |
| static constexpr double | round_error () FL_NOEXCEPT |
| static constexpr double | signaling_NaN () FL_NOEXCEPT |
| static constexpr double | signaling_NaN () FL_NOEXCEPT |
Static Public Attributes | |
| static constexpr int | max_digits10 = 17 |
| static constexpr int | max_exponent = 1024 |
| static constexpr int | max_exponent10 = 308 |
| static constexpr int | min_exponent = -1021 |
| static constexpr int | min_exponent10 = -307 |