Path to this page:
Subject: CVS commit: pkgsrc/math/hs-scientific
From: Ryosuke Moro
Date: 2014-05-31 23:31:57
Message id: 20140531213157.B623796@cvs.netbsd.org
Log Message:
Import scientific-0.2.0.2 as math/hs-scientific,
packaged for wip.
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.
Files: