Package: math-combinatorics-pm Version: 0.08 Revision: 1 Description: Combinations and permutations on lists Type: perl License: Artistic Maintainer: Adrian Mugnolo # Source: mirror:cpan:modules/by-module/Math/Math-Combinatorics-%v.tar.gz Source-MD5: 2d524c14e4faf483dc06f2f793bfe5fb # PatchScript: << sed -n '109,111{s/^ *//;p;}' README > LICENSE << # UpdatePOD: true DocFiles: LICENSE MANIFEST # Homepage: http://search.cpan.org/~allenday/Math-Combinatorics-0.08/lib/Math/Combinatorics.pm DescDetail: << 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). <<