diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-28 16:26:23 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-28 16:26:23 +0800 |
commit | 35f785b8c5f2c0d7fa7e17f007522c1933d99afb (patch) | |
tree | ac29e3e08a82242deaceaae475f788f12d650f82 /math/Makefile | |
parent | 12c07c730b8746e4375ca35c214e62dff2e99460 (diff) | |
download | freebsd-ports-graphics-35f785b8c5f2c0d7fa7e17f007522c1933d99afb.tar.gz freebsd-ports-graphics-35f785b8c5f2c0d7fa7e17f007522c1933d99afb.tar.zst freebsd-ports-graphics-35f785b8c5f2c0d7fa7e17f007522c1933d99afb.zip |
Add p5-Math-Combinatorics.
Combinatorics is the branch of mathematics studying the enumeration,
combination, and permutation of sets of elements and the mathematical
relations that characterize their properties. As a jumping off point,
refer to:
http://mathworld.wolfram.com/Combinatorics.html
This module provides a pure-perl implementation of nCk, nPk, and n!
(combination, permutation, and factorial, respectively).
Author: Allen Day <allenday@ucla.edu>
WWW: http://search.cpan.org/dist/Math-Combinatorics/
PR: ports/81572
Submitted by: Aaron Dalton <aaron@daltons.ca>
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 8fec97e8758..9b79e5b425b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -148,6 +148,7 @@ SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigRat SUBDIR += p5-Math-Calc-Units + SUBDIR += p5-Math-Combinatorics SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Derivative SUBDIR += p5-Math-Expr |