MCPcopy Create free account
hub / github.com/apache/singa / half epsilon

Method half epsilon

include/half.hpp:2413–2413  ·  view source on GitHub ↗

Difference between 1 and next representable value.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

halfClass · 0.85

Tested by

no test coverage detected