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