pub fn comb(n: u32, k: u32) -> Result<f64, SpecialError>
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.
comb(n, k)