Subject: CVS commit: wip/hs-scientific
From: Ryosuke Moro
Date: 2014-01-16 00:22:25
Message id: E1W3ZnH-0003QF-HR@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import scientific-0.2.0.1 as wip/hs-scientific.

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:
RevisionActionfile
1.1addwip/hs-scientific/DESCR
1.1addwip/hs-scientific/Makefile
1.1addwip/hs-scientific/PLIST
1.1addwip/hs-scientific/buildlink3.mk
1.1addwip/hs-scientific/distinfo