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
This requires: haskell-hashable, haskell-integer-logarithms, haskell-vector
Maintained by: David Spencer
Keywords:
ChangeLog: haskell-scientific
Homepage:
https://hackage.haskell.org/package/scientific
Download SlackBuild:
haskell-scientific.tar.gz
haskell-scientific.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
doinst.sh |
haskell-scientific.SlackBuild |
haskell-scientific.info |
slack-desc |
© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds