number: A library for real numbers

[ library, math, mit ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4.8 && <5.0) [details]
License MIT
Copyright (C) Michele Guerini Rocco 2015
Author rnhmjoj
Maintainer micheleguerinirocco@me.com
Category Math
Source repo head: git clone https://github.com/rnhmjoj/number
Uploaded by rnhmjoj at 2015-09-10T01:34:49Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1643 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for number-0.1.1.0

[back to package description]

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 Gosper’s 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