Description
Provides numbers represented using scientific notation in Haskell. This is useful for decimal values that need exact representation across parsing, formatting, JSON, databases, or numeric processing.
It is useful for APIs, finance-like data, measurements, serialization, and applications that should avoid accidental binary floating-point rounding. It is a developer library and has no standalone calculator.