Description
A Haskell library for parsing and serializing IEEE-754 floating-point values. It helps programs read and write standard binary representations of floats and doubles.
Developers use it in file formats, network protocols, scientific data, and binary interoperability. Floating-point details such as endianness, NaN values, and precision should be tested with known examples.