Returns the combinatorial permutation of two numbers.
First number (total items)
Second number (chosen items)
// The number of different ways to arrange the word "MATH" is 24const permute = Chalkboard.numb.permutation(4, 4); Copy
// The number of different ways to arrange the word "MATH" is 24const permute = Chalkboard.numb.permutation(4, 4);
Generated using TypeDoc
Returns the combinatorial permutation of two numbers.