@hackage hmpfr0.3.3

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 features infrequent but serious errors with a ghc (at least <= 7.2.1) that has been compiled with integer-gmp. When using ghc, it is recommended to use one compiled with integer-simple.

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.