From 35f785b8c5f2c0d7fa7e17f007522c1933d99afb Mon Sep 17 00:00:00 2001 From: jylefort Date: Sat, 28 May 2005 08:26:23 +0000 Subject: 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 WWW: http://search.cpan.org/dist/Math-Combinatorics/ PR: ports/81572 Submitted by: Aaron Dalton --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') 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 -- cgit