Path to this page:
./
math/hs-scientific,
Numbers represented using scientific notation
Branch: CURRENT,
Version: 0.3.7.0nb6,
Package name: hs-scientific-0.3.7.0nb6,
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:[
devel/hs-hashable] [
devel/hs-primitive] [
math/hs-integer-logarithms] [
lang/ghc88]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 24.144 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-scientific-0.3.7.0nb6
- (2023-11-02) Updated to version: hs-scientific-0.3.7.0nb5
- (2023-10-09) Updated to version: hs-scientific-0.3.7.0nb4
- (2023-02-09) Updated to version: hs-scientific-0.3.7.0nb3
- (2022-02-26) Updated to version: hs-scientific-0.3.7.0nb2
- (2022-02-12) Updated to version: hs-scientific-0.3.7.0nb1
CVS history: (Expand)