NOTICE: This package has been removed from pkgsrc

./wip/hs-scientific, Arbitrary-precision floating-point numbers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2.0.2, Package name: hs-scientific-0.2.0.2, Maintainer: szptvlfn

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.


Required to run:
[wip/ghc] [devel/hs-text] [devel/hs-hashable]

Master sites:

SHA1: 4d27a20b97daf057617bac2d83c566c7629c29a1
RMD160: fc0e643024a7e86102c136ab8ff6d186bc9cf495
Filesize: 8.3 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-31 23:36:31 by Ryosuke Moro | Files touched by this commit (18) | Package removed
Log message:
Remove hs-base64-bytestring, pkgsrc/converters.
Remove hs-scientific, imported to pkgsrc/math.
   2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58)
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-03-14 13:52:20 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.2.0.2

changes:
 - Widen the dreaded pointlessly tight upper bounds
   2014-01-16 00:22:25 by Ryosuke Moro | Files touched by this commit (5)
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.