A C library for multiple-precision floating-point computations with exact rounding https://www.mpfr.org/
Go to file
2024-01-06 05:05:56 +01:00
libmpfr-3.1.3.p5-patchset.patch automatic version update by autodist [release 3.1.3.p5-1mamba;Mon Jan 04 2016] 2024-01-06 05:05:56 +01:00
libmpfr-autoupdate automatic version update by autodist [release 3.1.2.p10-3mamba;Sun Jul 27 2014] 2024-01-06 05:05:56 +01:00
libmpfr.spec automatic version update by autodist [release 3.1.3.p5-1mamba;Mon Jan 04 2016] 2024-01-06 05:05:56 +01:00
README.md automatic version update by autodist [release 3.1.2-1mamba;Thu Mar 21 2013] 2024-01-06 05:05:56 +01:00

libmpfr

The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It 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 mantissa).