Returns the Half value corresponding to the given bit representation according to the IEEE 754 floating-point half-precision bit layout.
Epsilon is the difference between 1.0 and the next value representable by a half-precision floating-point.
Smallest negative value a half-precision float may have.
Maximum exponent a finite half-precision float may have.
Maximum positive finite value a half-precision float may have.
Minimum exponent a normalized half-precision float may have.
Smallest positive normal value a half-precision float may have.
Smallest positive non-zero value a half-precision float may have.
A Not-a-Number representation of a half-precision float.
Negative infinity of type half-precision float.
Negative 0 of type half-precision float.
Positive infinity of type half-precision float.
Positive 0 of type half-precision float.
The number of bits used to represent a half-precision float value.