diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-09 20:12:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-09 20:12:58 +0000 |
commit | 31ccfeecc093d2f1c2295160eb49150d9a8620ba (patch) | |
tree | 42eb93bfa6822f1b50fa4361e63827b24a9e8315 /math/p5-Math-MPFR/pkg-descr | |
parent | d53ed73a7fb813d6fab24dc75cdfd30cad02bfc7 (diff) | |
download | ports-31ccfeecc093d2f1c2295160eb49150d9a8620ba.tar.gz ports-31ccfeecc093d2f1c2295160eb49150d9a8620ba.zip |
Notes
Diffstat (limited to 'math/p5-Math-MPFR/pkg-descr')
-rw-r--r-- | math/p5-Math-MPFR/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/p5-Math-MPFR/pkg-descr b/math/p5-Math-MPFR/pkg-descr new file mode 100644 index 000000000000..2ce57e933d86 --- /dev/null +++ b/math/p5-Math-MPFR/pkg-descr @@ -0,0 +1,7 @@ +p5-Math-MPFR is a module wraps the MPFR library functions. + +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 C library. + +WWW: http://search.cpan.org/dist/Math-MPFR |