Difference between 1 and next representable value.
| 2411 | |
| 2412 | /// Difference between 1 and next representable value. |
| 2413 | static HALF_CONSTEXPR half_float::half epsilon() HALF_NOTHROW { return half_float::half(half_float::detail::binary, 0x1400); } |
| 2414 | |
| 2415 | /// Maximum rounding error in ULP (units in the last place). |
| 2416 | static HALF_CONSTEXPR half_float::half round_error() HALF_NOTHROW |