diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 04:12:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 04:12:58 +0800 |
commit | 9819c036d4fe1bd29fba76fe98e9f38ace20a6a3 (patch) | |
tree | 8a62045967da34840980a7099eb4ce593d7ca111 /math/Makefile | |
parent | 3e75de11d0c28d31172b5ad6931561341331fc01 (diff) | |
download | freebsd-ports-gnome-9819c036d4fe1bd29fba76fe98e9f38ace20a6a3.tar.gz freebsd-ports-gnome-9819c036d4fe1bd29fba76fe98e9f38ace20a6a3.tar.zst freebsd-ports-gnome-9819c036d4fe1bd29fba76fe98e9f38ace20a6a3.zip |
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
PR: ports/131214
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c7fc07c545a0..1f997952122f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -306,6 +306,7 @@ SUBDIR += p5-Math-Intersection-StraightLine SUBDIR += p5-Math-LinearCombination SUBDIR += p5-Math-Logic + SUBDIR += p5-Math-MPFR SUBDIR += p5-Math-Matrix SUBDIR += p5-Math-NumberCruncher SUBDIR += p5-Math-Pari |