This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Haskell > haskell-scientific (0.3.6.2)

Arbitrary-precision floating-point numbers represented using
scientific notation.

A 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.

After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache

This requires: haskell-vector, haskell-hashable, haskell-integer-logarithms

Maintained by: David Spencer
Keywords:
ChangeLog: haskell-scientific

Homepage:
https://hackage.haskell.org/package/scientific

Source Downloads:
scientific-0.3.6.2.tar.gz (f4f40eec14dd8c9308d8dd478212e4b7)

Download SlackBuild:
haskell-scientific.tar.gz
haskell-scientific.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds