./math/hs-scientific, Numbers represented using scientific notation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q1, Version: 0.3.6.2nb1, Package name: hs-scientific-0.3.6.2nb1, Maintainer: szptvlfn

Data.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:
[devel/hs-hashable] [devel/hs-primitive] [lang/ghc88] [math/hs-integer-logarithms]

Master sites:

SHA1: ae0dcfaf9f4087e6147d1acb69a7deb826b85702
RMD160: 8dd3b320db88ed7a239197ec212e221c584ecfa3
Filesize: 22.959 KB

Version history: (Expand)