Description
A Haskell library for reading and writing hexadecimal floating-point numbers. Hex floating-point notation can represent binary floating values precisely in text form.
Developers use it in compilers, numeric tools, tests, and formats where exact round-tripping of floating-point values matters. Edge cases such as NaN, infinity, signs, and precision should be tested.