permutations
Last updated
Last updated
will return the total number of possible arrangements of items in a specific order. There is no custom return type, the function always returns an integer.
This is the definition for "permutations with a subset": . For "permutations", use the formula.