@hackage hmpfr0.3

Haskell binding to MPFR library

Haskell binding to MPFR library. This version is compatible only with 2.4.* and will not work with previous releases of the MPFR library.

This is the first release that 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.