Path to this page:
./
math/hs-scientific,
Numbers represented using scientific notation
Branch: pkgsrc-2019Q1,
Version: 0.3.3.5nb4,
Package name: hs-scientific-0.3.3.5nb4,
Maintainer: szptvlfnData.Scientific provides a space efficient and arbitrary precision
scientific number type.
Scientific numbers are represented using scientific notation. It uses a
coefficient c :: Integer and a base-10 exponent e :: Int (do note that
since we're using an Int to represent the exponent these numbers aren't
truly arbitrary precision). A scientific number corresponds to the
Fractional number: fromInteger c * 10 ^^ e.
Required to run:[
lang/ghc7]
Master sites:
SHA1: 5799028096dedde65dd0ea07b5c7d8ec9d7cacb1
RMD160: 421d75491a252573079947c3578f66b73416dc0b
Filesize: 17.77 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version hs-scientific-0.3.3.5nb4 (created)