Function num::integer::multinomial [−][src]
pub fn multinomial<T>(k: &[T]) -> T where
T: Integer<Output = T> + Clone + for<'a> Add<&'a T>,
Calculate the multinomial coefficient.
pub fn multinomial<T>(k: &[T]) -> T where
T: Integer<Output = T> + Clone + for<'a> Add<&'a T>,
Calculate the multinomial coefficient.