pub fn ln_binomial(n: u64, k: u64) -> f64
Computes the natural logarithm of the binomial coefficient ln(n choose k) where k and n are non-negative values
ln(n choose k)
k
n
Returns f64::NEG_INFINITY if k > n
f64::NEG_INFINITY
k > n