pub fn lnchoose_e(n: u32, m: u32) -> (Value, Result)
Expand description

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