diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 11:46:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 11:46:17 +0000 |
commit | a5ed7d338516df86c0bb9d954684acf3e3a27626 (patch) | |
tree | 3632d1964537cf59948cb5e52b97fa7e8cc03036 /math/Makefile | |
parent | 1efe0abb5e600da2cfaa1f69e174ced81bb0cc81 (diff) | |
download | ports-a5ed7d338516df86c0bb9d954684acf3e3a27626.tar.gz ports-a5ed7d338516df86c0bb9d954684acf3e3a27626.zip |
p5-Math-MPC is a module wraps the MPC library functions.
The MPC library is a C library for multiple-precision complex number
computations with exact rounding. It is based on the MPFR C library
which, in turn, is based on the GMP C library.
WWW: http://search.cpan.org/dist/Math-MPC
PR: ports/133396
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=232087
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 74a27dc259cb..8085103d885f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -310,6 +310,7 @@ SUBDIR += p5-Math-Intersection-StraightLine SUBDIR += p5-Math-LinearCombination SUBDIR += p5-Math-Logic + SUBDIR += p5-Math-MPC SUBDIR += p5-Math-MPFR SUBDIR += p5-Math-Matrix SUBDIR += p5-Math-NumberCruncher |