pub fn lnchoose(n: u32, m: u32) -> f64
Expand description

This routine computes the logarithm of n choose m. This is equivalent to the sum \log(n!) - \log(m!) - \log((n-m)!).