slackbuilds/haskell/haskell-scientific
Mikko Värri 6817c9c7e6 haskell/haskell-scientific: Updated for version 0.3.3.4.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
2015-04-04 07:46:51 +07:00
..
README haskell/haskell-scientific: Added (precision floating-point). 2014-01-29 23:21:04 -06:00
doinst.sh haskell/haskell-scientific: Added (precision floating-point). 2014-01-29 23:21:04 -06:00
haskell-scientific.SlackBuild haskell/haskell-scientific: Updated for version 0.3.3.4. 2015-04-04 07:46:51 +07:00
haskell-scientific.info haskell/haskell-scientific: Updated for version 0.3.3.4. 2015-04-04 07:46:51 +07:00
slack-desc haskell/haskell-scientific: Added (precision floating-point). 2014-01-29 23:21:04 -06:00

README

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