Permutations
Permutations(k,n)
The number of possible permutations of k items taken from a bucket of n items.
Library
Advanced math
Example
- Permutations(2,4) → 12
They are: {1,2}, {1,3}, {1,4},
See Also
Comments
The number of possible permutations of k items taken from a bucket of n items.
Advanced math
They are: {1,2}, {1,3}, {1,4},
Enable comment auto-refresher