SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.gammaln

scipy.special.gammaln(z) returns the base e logarithm of the absolute value of the gamma function of z: ln(abs(gamma(z))) = <ufunc 'gammaln'>

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

See also

gammasgn

Previous topic

scipy.special.gamma

Next topic

scipy.special.gammasgn