Function num_integer::multinomial

source ·
pub fn multinomial<T>(k: &[T]) -> T
where for<'a> T: Add<&'a T, Output = T> + Integer + Clone,
Expand description

Calculate the multinomial coefficient.