final class HFloat extends AnyVal
IEEE 754 half-precision floating point number https://en.wikipedia.org/wiki/Half-precision_floating-point_format
This class only implements conversion to and from standard Float
(single precision floating point).
Arithmetic is not implemented.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HFloat
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All