Function rgsl::gamma_beta::factorials::lnfact_e
[−]
[src]
pub fn lnfact_e(n: u32) -> (Value, Result)
This routine computes the logarithm of the factorial of n, \log(n!). The algorithm is faster than computing \ln(\Gamma(n+1)) via gsl_sf_lngamma for n < 170, but defers for larger n.