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

Calculate the multinomial coefficient.