Skip to main content

permutation_count

Function permutation_count 

Source
pub fn permutation_count(n: u64, k: u64) -> BigUint
Expand description

The number of k-permutations of n, nPk (0 when k > n).