From 156c4f05650c1e99c5eeb7ebfa7b5528979c2005 Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 5 Jun 2004 22:11:38 +0000 Subject: Initial import of mpfr-2.0.3, a library for multiple-precision floating-point computations --- math/mpfr/DESCR | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 math/mpfr/DESCR (limited to 'math/mpfr/DESCR') diff --git a/math/mpfr/DESCR b/math/mpfr/DESCR new file mode 100644 index 00000000000..a9ff5719db5 --- /dev/null +++ b/math/mpfr/DESCR @@ -0,0 +1,9 @@ +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 and should replace the MPF +class in further releases of GMP. + + 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). -- cgit v1.2.3