PERMUTATIONA

PERMUTATIONA(arg1, arg2) → { number }

Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects.

Parameters:

Name Type Description
arg1 number

The total number of objects.

arg2 number

The number of objects in each permutation.

Returns:

Type
number