Path to this page:
./
math/hs-scientific,
Numbers represented using scientific notation
Branch: pkgsrc-2021Q3,
Version: 0.3.6.2nb2,
Package name: hs-scientific-0.3.6.2nb2,
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: ae0dcfaf9f4087e6147d1acb69a7deb826b85702
RMD160: 8dd3b320db88ed7a239197ec212e221c584ecfa3
Filesize: 22.959 KB
Version history: (Expand)
- (2021-09-28) Package added to pkgsrc.se, version hs-scientific-0.3.6.2nb2 (created)