The AERN-Real package
Datatypes and abstractions for approximating exact real numbers and a basic arithmetic over such approximations. The main datatype is interval with arbitrary precision endpoints supported by safely rounding field and elementary operations whose precision can be increased arbitrarily, so that they all converge to the exact operations.
The design of the library is inspired to some degree by Mueller's iRRAM and Lambov's RealLib (both are C++ libraries for exact real arithmetic).
For an architectural overview, see module Data.Number.ER.Real.
Simple examples of usage can be found in folder demos.
There is a built-in test suite and it can be evoked using the module in the folder tests.
Properties
| Versions | 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.3.1, 0.9.4, 0.9.5, 0.9.6, 0.9.6.1, 0.9.7, 0.9.7.1, 0.9.7.2, 0.9.8, 0.9.9, 0.10.0, 0.10.0.1, 0.10.0.2, 2011.1, 2011.1.0.1 |
|---|---|
| Dependencies | base (3.*), binary, containers, directory, filepath, html (≥1.0), QuickCheck (1.2.0.0), regex-compat (≥0.71), stm, time |
| License | BSD3 |
| Copyright | (c) 2007-2008 Michal Konecny, Amin Farjudian, Jan Duracz |
| Author | Michal Konecny (Aston University) |
| Maintainer | mik@konecny.aow.cz |
| Stability | beta |
| Category | Data, Math |
| Upload date | Tue Jul 28 17:22:39 UTC 2009 |
| Uploaded by | MichalKonecny |
| Built on | ghc-6.10, ghc-6.12 |
Modules
- Data
- Number
- Data.Number.ER
- Data.Number.ER.BasicTypes
- Data.Number.ER.Misc
- Data.Number.ER.Real
- Data.Number.ER.ShowHTML
- Data.Number.ER
- Number
Downloads
- AERN-Real-0.10.0.tar.gz (Cabal source package)
- package description (included in the package)