calc.perm
Calculate a permutation.
Example
#calc.perm(10, 5)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
base
The base number. Must be non-negative.
numbers
The number of permutations. Must be non-negative.