Description
A Haskell library for half-precision floating-point values. This 16-bit format is useful when memory or bandwidth matters more than full single-precision accuracy.
Developers use it in graphics, machine learning, binary file formats, and numeric interoperability. Precision, rounding, NaN handling, and conversion to wider floating-point types should be tested.