pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/hs-scientific



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Sat May 31 21:31:57 UTC 2014

Added Files:
        pkgsrc/math/hs-scientific: DESCR Makefile PLIST buildlink3.mk distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-scientific/DESCR \
    pkgsrc/math/hs-scientific/Makefile pkgsrc/math/hs-scientific/PLIST \
    pkgsrc/math/hs-scientific/buildlink3.mk \
    pkgsrc/math/hs-scientific/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index