1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libmath-combinatorics-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@iit.edu>, Gustavo Franco <stratus@debian.org>, Joachim Breitner <nomeata@debian.org>, Russ Allbery <rra@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Build-Depends-Indep: perl
Standards-Version: 3.7.2
Package: libmath-combinatorics-perl
Architecture: all
Depends: ${perl:Depends}
Description: Perform combinations and permutations on lists
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).
|