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

Calculate the multinomial coefficient.