The hmpfr package
Haskell binding to the MPFR library. This version is compatible with MPFR 2.4.* and later and will not work with previous releases of the MPFR library.
Since MPFR uses GMP, this library features infrequent but serious errors with a ghc (at least <= 7.4.1) that has been compiled with the default integer-gmp. When using ghc, it is recommended to use one compiled with a modified integer-gmp, as described at http:code.google.comphmpfrwikiGHCWithRenamedGMP, or with integer-simple, as described at http:code.google.comphmpfrwikiGHCWithoutGMP.
The library includes both a pure and a mutable interface. The mutable interface should have a lot less overhead than the pure one.
Some simple examples of usage can be found in demo/Demo.hs.
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.3.1, 0.3.3.2, 0.3.3.3, 0.3.3.4, 0.3.3.5 |
|---|---|
| Dependencies | base (>3 & <5), integer-gmp or base (>3 & <5), integer-simple |
| License | BSD3 |
| Author | Aleš Bizjak, Michal Konečný |
| Maintainer | Michal Konečný <mikkonecny@gmail.com> |
| Stability | experimental |
| Category | Data, Math |
| Home page | http://code.google.com/p/hmpfr/ |
| Source repository | hg clone https://code.google.com/p/hmpfr/ |
| Upload date | Sun Feb 12 22:29:10 UTC 2012 |
| Uploaded by | MichalKonecny |
| Built on | ghc-7.4 |
Modules
Downloads
- hmpfr-0.3.3.1.tar.gz (Cabal source package)
- package description (included in the package)