Numeric traits specialization for mi::Float32. More...
#include <types.h>

Static Public Member Functions | |
| static Float32() | min () noexcept |
| FLT_MIN. More... | |
| static Float32() | max () noexcept |
| FLT_MAX. More... | |
| static Float32 | negative_max () noexcept |
| -FLT_MAX More... | |
Static Public Attributes | |
| static const bool | is_specialized = true |
true for specialization. More... | |
| static const bool | has_infinity = true |
| Has infinity value. More... | |
| static const bool | has_quiet_NaN = true |
| Has a quiet NaN value. More... | |
| static const bool | has_signaling_NaN = true |
| Has a signaling NaN value. More... | |
Numeric traits specialization for mi::Float32.