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

Calculate the multinomial coefficient.