diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-30 00:12:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-30 00:12:27 +0800 |
commit | 0f942a42950342c5cd734aff18ae2139bd054714 (patch) | |
tree | 88e9345a3b2ddd36c7abfbfed0bcef8b3652a5db /math/Makefile | |
parent | 05ef694419d4e00c9d25e4ae654ff39573bd6799 (diff) | |
download | freebsd-ports-gnome-0f942a42950342c5cd734aff18ae2139bd054714.tar.gz freebsd-ports-gnome-0f942a42950342c5cd734aff18ae2139bd054714.tar.zst freebsd-ports-gnome-0f942a42950342c5cd734aff18ae2139bd054714.zip |
A package that returns all the combinations and
permutations, without repitition, of a given set
and subset size. Associative arrays are preserved.
WWW: http://pear.php.net/package/Math_Combinatorics/
PR: ports/112824
Submitted by: Zhen REN <bg1tpt 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 69168d993e6b..d1398969b308 100644 --- a/math/Makefile +++ b/math/Makefile @@ -273,6 +273,7 @@ SUBDIR += p5-bignum SUBDIR += pari SUBDIR += parmetis + SUBDIR += pear-Math_Combinatorics SUBDIR += pecl-big_int SUBDIR += pecl-stats SUBDIR += petsc |