Function num_integer::multinomial [] [src]

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

Calculate the multinomial coefficient.