The mpfr rpms
Find a file
2025-07-24 22:24:07 +00:00
.fmf tests: migrate STI tests to TMT 2025-06-24 15:09:24 +02:00
plans tests: migrate STI tests to TMT 2025-06-24 15:09:24 +02:00
tests/silvester-number tests: migrate STI tests to TMT 2025-06-24 15:09:24 +02:00
.gitignore Update to MPFR version 4.0.2 plus patch01. 2019-10-08 14:28:34 -06:00
allpatches Update to MPFR 4.2.0-p12 2023-07-18 15:09:15 -06:00
mpfr.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 22:24:07 +00:00
README.md Add README.md. 2022-07-18 13:59:56 -06:00
sources Update to MPFR 4.2.2 2025-03-20 11:24:02 -06: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).