SlackBuildsOrg/haskell/haskell-scientific/README
Jose Lopes 5b544f3b30 haskell/haskell-scientific: Added (precision floating-point).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-01-29 23:21:04 -06:00

16 lines
647 B
Text

Arbitrary-precision floating-point numbers represented using
scientific notation.
A Scientific number is an arbitrary-precision floating-point number
represented using scientific notation.
A scientific number with coefficient c and base10Exponent e
corresponds to the Fractional number: fromInteger c * 10 ^^ e
Its primary use-case is to serve as the target of parsing floating
point numbers. Since the textual representation of floating point
numbers use scientific notation they can be efficiently parsed to a
Scientific number.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache