The latest version of scientific is 0.3.8.0-1.

scientific

Version 0.0.0.0 revision 0 uploaded by BasVanDijk.

Package meta

Synopsis
Arbitrary-precision floating-point numbers represented using scientific notation
Description

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.

Author
Bas van Dijk
Bug reports
https://github.com/basvandijk/scientific/issues
Category
Data
Copyright
n/a
Homepage
https://github.com/basvandijk/scientific
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Package URL
n/a
Stability
n/a

Components