A library for real numbers
 
 
Go to file
rnhmjoj 172bba602b Use the same author identifier everywhere 2015-09-10 03:33:26 +02:00
src/Data Fix documentation 2015-09-09 21:09:25 +02:00
.gitignore Add .gitignore 2015-06-01 17:17:09 +02:00
LICENSE Update license 2015-06-02 00:10:23 +02:00
README.md Break line 2015-07-13 17:55:37 +02:00
Setup.hs Initial commit 2015-06-01 17:08:39 +02:00
number.cabal Use the same author identifier everywhere 2015-09-10 03:33:26 +02:00

README.md

Number

A library for real numbers

Data.Number is an attempt to give an almost complete representation and arithmetics to real numbers without precision loss using continued fractions and Gospers algorithms.

Install

Install with cabal install number

Docs

See Haddock docs

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html

Data.Number.Peano is a slightly modified version of the package numeric-peano