pub fn binomial(n: u64, k: u64) -> f64
Computes the binomial coefficient n choose k where k and n are non-negative values.
n choose k
k
n
Returns 0.0 if k > n
0.0
k > n