diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-11 07:31:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-11 07:31:58 +0800 |
commit | 0c94ed86314c12ba7b18667d0ba9f3d4faa849b3 (patch) | |
tree | 1fc81c1732bcbd6dd00a483a7ac9f8a70e1847f6 /math/Makefile | |
parent | f09a4695e5c839ac1156602ffc6da8a971340e01 (diff) | |
download | freebsd-ports-gnome-0c94ed86314c12ba7b18667d0ba9f3d4faa849b3.tar.gz freebsd-ports-gnome-0c94ed86314c12ba7b18667d0ba9f3d4faa849b3.tar.zst freebsd-ports-gnome-0c94ed86314c12ba7b18667d0ba9f3d4faa849b3.zip |
This package lets you create and manipulate complex numbers. By default, Perl
limits itself to real numbers, but an extra use statement brings full complex
support, along with a full set of mathematical functions typically associated
with and/or extended to complex numbers.
WWW: http://search.cpan.org/dist/Math-Complex/
PR: ports/119441
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
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 3364a7d70d45..640d125a84fb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -204,6 +204,7 @@ SUBDIR += p5-Math-Calc-Units SUBDIR += p5-Math-Cephes SUBDIR += p5-Math-Combinatorics + SUBDIR += p5-Math-Complex SUBDIR += p5-Math-ConvexHull SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Derivative |