2009-08-26 17:00:38 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2018-05-28 21:12:29 +02:00
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
2009-08-26 17:00:38 +02:00
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
2018-05-28 21:12:29 +02:00
|
|
|
# on the right side marks the last column you can put a character in. You must
|
|
|
|
# make exactly 11 lines for the formatting to be correct. It's also
|
2009-08-26 17:00:38 +02:00
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
mpfr: mpfr (Multiple-Precision Floating-Point Reliable Library)
|
|
|
|
mpfr:
|
|
|
|
mpfr: The MPFR library is a C library for multiple-precision floating-point
|
|
|
|
mpfr: computations with exact rounding (also called correct rounding).
|
|
|
|
mpfr: It is based on the GMP multiple-precision library.
|
|
|
|
mpfr: The main goal of MPFR is to provide a library for multiple-precision
|
|
|
|
mpfr: floating-point computation which is both efficient and has
|
2018-05-28 21:12:29 +02:00
|
|
|
mpfr: well-defined semantics. It copies the good ideas from the
|
2009-08-26 17:00:38 +02:00
|
|
|
mpfr: ANSI/IEEE-754 standard for double-precision floating-point arithmetic
|
|
|
|
mpfr: (53-bit mantissa).
|
|
|
|
mpfr:
|