hmpfr: Haskell binding to the MPFR library
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 does not work correctly with a ghc that has been compiled with integer-gmp. When using ghc, this library will require that the ghc is compiled with integer-simple.
The library includes a mutable interface in addition to the pure one. These functions should have a lot less overhead than the pure ones.
Some simple examples of usage can be found in demo/Demo.hs.
[Skip to Readme]
Modules
- Data
- Number
- Data.Number.MPFR
- Instances
- Data.Number.MPFR.Instances.Down
- Data.Number.MPFR.Instances.Near
- Data.Number.MPFR.Instances.Up
- Data.Number.MPFR.Instances.Zero
- Data.Number.MPFR.Mutable
- Instances
- Data.Number.MPFR
- Number
Downloads
- hmpfr-0.3.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 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, 0.4.0, 0.4.0.1, 0.4.0.2, 0.4.1, 0.4.2, 0.4.2.1, 0.4.3, 0.4.4, 0.4.5 |
|---|---|
| Change log | ChangeLog |
| Dependencies | base (>3 && <5), integer-simple [details] |
| Tested with | ghc ==6.12.3 |
| License | BSD-3-Clause |
| Author | Aleš Bizjak, Michal Konečný |
| Maintainer | Michal Konečný <[email protected]> |
| Uploaded | by MichalKonecny at 2011-02-28T12:23:46Z |
| Category | Data, Math |
| Home page | http://code.google.com/p/hmpfr/ |
| Distributions | LTSHaskell:0.4.5, NixOS:0.4.5, Stackage:0.4.5 |
| Reverse Dependencies | 4 direct, 10 indirect [details] |
| Downloads | 18698 total (92 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs not available [build log] All reported builds failed as of 2016-12-28 [all 6 reports] |