summaryrefslogtreecommitdiff
path: root/math/mpfr/DESCR
diff options
context:
space:
mode:
authorrh <rh>2004-06-05 22:11:38 +0000
committerrh <rh>2004-06-05 22:11:38 +0000
commit156c4f05650c1e99c5eeb7ebfa7b5528979c2005 (patch)
treee8b58ad99b7402c21268f1eafbc5ae11eba3098b /math/mpfr/DESCR
parentbb6fd9ca27c3e276273b876d8e27de4fad79a618 (diff)
downloadpkgsrc-156c4f05650c1e99c5eeb7ebfa7b5528979c2005.tar.gz
Initial import of mpfr-2.0.3, a library for multiple-precision
floating-point computations
Diffstat (limited to 'math/mpfr/DESCR')
-rw-r--r--math/mpfr/DESCR9
1 files changed, 9 insertions, 0 deletions
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).