Path to this page:
./
math/hs-scientific,
Arbitrary-precision floating-point numbers
Branch: pkgsrc-2014Q2,
Version: 0.2.0.2,
Package name: hs-scientific-0.2.0.2,
Maintainer: szptvlfnA 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.
Required to run:[
lang/ghc7]
Master sites:
SHA1: 4d27a20b97daf057617bac2d83c566c7629c29a1
RMD160: fc0e643024a7e86102c136ab8ff6d186bc9cf495
Filesize: 8.3 KB
Version history: (Expand)
- (2014-07-11) Package added to pkgsrc.se, version hs-scientific-0.2.0.2 (created)