Package: math-combinatorics-pm Version: 0.08 Revision: 1 Description: Combinations and permutations on lists Type: perl License: Artistic Maintainer: Adrian Mugnolo <amugnolo@users.sourceforge.net> # Source: mirror:cpan:modules/by-module/Math/Math-Combinatorics-%v.tar.gz Source-Checksum: SHA256(cd6d9ee6421cb5936549cfc82555e14d4862871df4411cee7f3c2d05f3fdec7e) # PatchScript: << sed -n '109,111{s/^ *//;p;}' README > LICENSE << # UpdatePOD: true DocFiles: LICENSE MANIFEST # Homepage: https://metacpan.org/dist/Math-Combinatorics 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). <<