MPFR version 2.3.2 (released on 12 September 2008)

[download] [documentation] [bugs] [changes] [platforms]

MPFR 2.3.2 requires GMP 4.1.0 or higher.

Download

The MPFR 2.3.2 source can be downloaded in the following archive formats:

Important note: If the MPFR build fails, please read the section In case of problem of the INSTALL file. In particular, GMP is known for using a different ABI from the default one on some 64-bit platforms, and in such a case, if you do not provide the same compiler flags as those automatically selected by GMP, things will probably go wrong, e.g. libgmp not found error message at configure time (this error message will be improved in future MPFR versions).

MPFR is also available via third-party packages and ports.

Documentation

Bugs

Incorrect directed rounding in mpfr_strtofr. In mpfr_strtofr, rounding "1.00000000000000000006" upward to 32 bits returns 1 with ternary value 0 instead of 1+ with positive ternary value. This bug also affects the result of mpfr_set_str (as it is based on mpfr_strtofr).
[Changesets: de7f66aa (r5664), d57e7e20 (r5752)]

Other bugs: please see the bug tracker and the BUGS file.

Changes from version 2.3.1 to version 2.3.2

Platforms Known to Support MPFR

MPFR 2.3.2 has been successfully compiled and checked on the following platforms:

Back to the MPFR page.