A library for real numbers
Go to file
2015-06-02 00:31:59 +02:00
src/Data Improve docs 2015-06-02 00:09:05 +02:00
.gitignore Add .gitignore 2015-06-01 17:17:09 +02:00
LICENSE Update license 2015-06-02 00:10:23 +02:00
number.cabal Important notice 2015-06-02 00:31:59 +02:00
README.md Add newlines 2015-06-02 00:25:04 +02:00
Setup.hs Initial commit 2015-06-01 17:08:39 +02:00

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