Function rgsl::gamma_beta::factorials::lnchoose_e [] [src]

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

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