Path to this page:
./
math/hs-scientific,
Arbitrary-precision floating-point numbers
Branch: pkgsrc-2014Q4,
Version: 0.3.3.1nb2,
Package name: hs-scientific-0.3.3.1nb2,
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.
Master sites:
SHA1: 0e35b0a6d78bfc3c42315f4530268300e00b6623
RMD160: 55fed55f062d6b79ac51ce9bea9103f878472666
Filesize: 17.233 KB
Version history: (Expand)
- (2014-12-30) Package added to pkgsrc.se, version hs-scientific-0.3.3.1nb2 (created)