A C library for multiple-precision floating-point computations
Go to file
Jerry James cca6e934e8 Update to MPFR version 4.1.1
- Drop all patches
- Convert License tags to SPDX
2022-11-17 14:38:40 -07:00
tests Add a simple test: computing a number in the Sylvester sequence 2018-03-12 15:25:48 +01:00
.gitignore Update to MPFR version 4.0.2 plus patch01. 2019-10-08 14:28:34 -06:00
mpfr.spec Update to MPFR version 4.1.1 2022-11-17 14:38:40 -07:00
README.md Add README.md. 2022-07-18 13:59:56 -06:00
sources Update to MPFR version 4.1.1 2022-11-17 14:38:40 -07:00
STAGE1-mpfr Adding STAGE1 bootstrap recipe 2015-06-10 20:30:14 +02:00

mpfr

The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR has continuously been supported by INRIA and the current main authors come from the Caramba and AriC project teams at Loria (Nancy, France) and LIP (Lyon, France) respectively; see more on the credit page. MPFR is based on the GMP multiple-precision library.

The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit significand).