|
FastLED 3.9.15
|
#include <limits.h>
Inheritance diagram for fl::numeric_limits< unsigned long >:
Collaboration diagram for fl::numeric_limits< unsigned long >:Public Types | |
| enum | : bool { has_signaling_NaN = false } |
| enum | : bool { is_signed = false } |
| enum | |
| enum | : bool { is_specialized = true } |
| enum | |
| enum | : bool { is_integer = true } |
| enum | : bool { has_quiet_NaN = false } |
| enum | : bool { is_exact = true } |
| enum | |
| enum | |
| enum | |
| enum | |
| enum | |
| enum | |
| enum | : bool { has_infinity = false } |
| enum | |
Static Public Member Functions | |
| static constexpr unsigned long | denorm_min () FL_NOEXCEPT |
| static constexpr unsigned long | epsilon () FL_NOEXCEPT |
| static constexpr unsigned long | epsilon () FL_NOEXCEPT |
| static constexpr unsigned long | infinity () FL_NOEXCEPT |
| static constexpr unsigned long | lowest () FL_NOEXCEPT |
| static constexpr unsigned long | lowest () FL_NOEXCEPT |
| static constexpr unsigned long | max () FL_NOEXCEPT |
| static constexpr unsigned long | max () FL_NOEXCEPT |
| static constexpr unsigned long | min () FL_NOEXCEPT |
| static constexpr unsigned long | min () FL_NOEXCEPT |
| static constexpr unsigned long | quiet_NaN () FL_NOEXCEPT |
| static constexpr unsigned long | round_error () FL_NOEXCEPT |
| static constexpr unsigned long | round_error () FL_NOEXCEPT |
| static constexpr unsigned long | signaling_NaN () FL_NOEXCEPT |
Static Public Attributes | |
| static constexpr int | digits = detail::integer_digits_helper<unsigned long>::value |
| static constexpr int | digits10 = detail::integer_digits10_helper<unsigned long>::value |