Description
A Haskell library for fast conversion between single or double precision floating-point values and text. It helps programs parse and render numeric values efficiently and accurately.
Developers use it in JSON, CSV, logs, scientific data, and performance-sensitive formatting. Floating-point text conversion should preserve enough precision for the intended round trip.