The MPFR multiple-precision floating-point library

Edit Package mpfr

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).

Refresh
Refresh
Source Files
Filename Size Changed
baselibs.conf 0000000095 95 Bytes
mpfr-4.0.1.tar.bz2 0001626420 1.55 MB
mpfr-4.0.1.tar.bz2.asc 0000000195 195 Bytes
mpfr.changes 0000018025 17.6 KB
mpfr.keyring 0000010307 10.1 KB
mpfr.spec 0000003382 3.3 KB
Latest Revision
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 4)
- update to 4.0.1:
  * Improved MPFR manual
  * bug fixes, including mpfr_div_ui, mpfr_div rounding issue

- Update to mpfr 4.0.0
  * The "dinde aux marrons" release.
  * MPFR now depends on GMP 5.0+ instead of 4.1+.
  * API change:
    Applications that call GMP's mp_set_memory_functions function to change
    the allocators must first call the new function mpfr_mp_memory_cleanup
    in all threads where MPFR is potentially used; this new function is
    currently equivalent to mpfr_free_cache.
    The reason is that the way memory allocation is done by MPFR has changed
    (again), so that the current GMP allocators are used (since for some
    applications, the old allocators may become invalid).
    Note: Freeing the caches like this might have a performance impact on some
    particular applications; if this is an issue, this could be handled for a
    future MPFR version.
  * Mini-gmp support via the --enable-mini-gmp configure option (experimental).
  * The minimum precision MPFR_PREC_MIN is now 1, with rounding defined as
    in the errata of IEEE 754-2008 and in the following IEEE 754 revision
    (ties rounded away from zero).
  * Shared caches for multithreaded applications.
    New function mpfr_free_cache2.
  * Partial support of MPFR_RNDF (faithful rounding).
  * New functions: mpfr_fpif_export and mpfr_fpif_import to export and import
    numbers in a floating-point interchange format, independent both on the
    number of bits per word and on the endianness.
  * New function mpfr_fmodquo to return the low bits of the quotient
    corresponding to mpfr_fmod.
Comments 0
openSUSE Build Service is sponsored by