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