math/hs-scientific - The NetBSD Packages Collection

Numbers represented using scientific notation

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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/ghc96 devel/hs-hashable math/hs-integer-logarithms devel/hs-primitive devel/hs-hashable math/hs-integer-logarithms devel/hs-primitive

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64hs-scientific-0.3.7.0nb5.tgz
NetBSD 10.0aarch64hs-scientific-0.3.7.0nb3.tgz
NetBSD 10.0aarch64hs-scientific-0.3.7.0nb3.tgz
NetBSD 10.0x86_64hs-scientific-0.3.7.0nb5.tgz
NetBSD 10.0_BETAx86_64hs-scientific-0.3.7.0nb3.tgz
NetBSD 8.0x86_64hs-scientific-0.3.7.0nb3.tgz
NetBSD 8.0x86_64hs-scientific-0.3.7.0nb3.tgz
NetBSD 9.0aarch64hs-scientific-0.3.7.0nb5.tgz
NetBSD 9.0aarch64hs-scientific-0.3.7.0nb3.tgz
NetBSD 9.0aarch64hs-scientific-0.3.7.0nb3.tgz
NetBSD 9.0x86_64hs-scientific-0.3.7.0nb5.tgz
NetBSD 9.0x86_64hs-scientific-0.3.7.0nb3.tgz
NetBSD 9.3x86_64hs-scientific-0.3.7.0nb3.tgz
NetBSD 9.3x86_64hs-scientific-0.3.7.0nb5.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.