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

pub fn lnfact(n: u32) -> f64

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.