The latest version of hmpfr is 0.4.5-0.

hmpfr

Version 0.3.2 revision 0 uploaded by MichalKonecny.

Package meta

Synopsis
Haskell binding to the MPFR library
Description

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.

Author
Aleš Bizjak, Michal Konečný
Bug reports
n/a
Category
Data, Math
Copyright
n/a
Homepage
http://code.google.com/p/hmpfr/
Maintainer
Michal Konečný <mikkonecny@gmail.com>
Package URL
n/a
Stability
experimental

Components