Skip to main content

comb

Function comb 

Source
pub fn comb(n: u32, k: u32) -> Result<f64, SpecialError>
Expand description

Combination function - alias for binomial coefficient

This function provides SciPy compatibility for comb(n, k) which is the number of ways to choose k items from n items.