You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Spencer 5deda9ebff
haskell/haskell-scientific: Updated for version 0.3.4.6.
10 years ago
..
README haskell/haskell-scientific: Added (precision floating-point). 12 years ago
doinst.sh haskell/haskell-scientific: Added (precision floating-point). 12 years ago
haskell-scientific.SlackBuild haskell/haskell-scientific: Updated for version 0.3.4.6. 10 years ago
haskell-scientific.info haskell/haskell-scientific: Updated for version 0.3.4.6. 10 years ago
slack-desc haskell/haskell-scientific: Added (precision floating-point). 12 years ago

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