Function rgsl::gamma_beta::gamma::gammastar_e[][src]

pub fn gammastar_e(x: f64) -> (Value, Result)
Expand description

This routine computes the regulated Gamma Function \Gamma^*(x) for x > 0. The regulated gamma function is given by,

\Gamma^*(x) = \Gamma(x)/(\sqrt{2\pi} x^{(x-1/2)} \exp(-x))

            = (1 + (1/12x) + ...)  for x to infty

and is a useful suggestion of Temme.