scipy.special.gammaln

scipy.special.gammaln(x[, out]) = <ufunc 'gammaln'>

y=gammaln(z) returns the base e logarithm of the absolute value of the gamma function of z: ln(abs(gamma(z)))

Previous topic

scipy.special.gamma

Next topic

scipy.special.gammainc