Description
A Haskell library for decimal numbers with variable precision. It is useful when base-10 behavior matters, such as money-like values, reports, and data formats where binary floating point would be surprising.
Developers use it to avoid common rounding problems from binary floats. Applications should still define rounding rules, scale, and formatting explicitly for their domain.