| Name: | mpfr |
|---|---|
| Version: | 4.1.0 |
| Release: | 10.el9 |
| Architecture: | i686 |
| Group: | Unspecified |
| Size: | 897797 |
| License: | LGPLv3+ |
| RPM: | mpfr-4.1.0-10.el9.i686.rpm |
| Source RPM: | mpfr-4.1.0-10.el9.src.rpm |
| Build Date: | Wed Mar 11 2026 |
| Build Host: | build-ol9-i386.oracle.com |
| Vendor: | Oracle America |
| URL: | https://www.mpfr.org/ |
| Summary: | C library for multiple-precision floating-point computations |
| Description: | The MPFR library is a C library for multiple-precision floating-point computations with "correct rounding". The MPFR is efficient and also 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). MPFR is based on the GMP multiple-precision library. |
- add /usr/share/doc/mpfr ownership to the doc subpackage as well (RHEL-36690)
- add /usr/share/doc/mpfr ownership (RHEL-36690)
- fix use of uninitialized value in sin_cos (RHEL-35392)