Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.gammaln
¶
scipy.special.
gammaln
(
x
[
,
out
]
)
¶
y=gammaln(z) returns the base e logarithm of the absolute value of the gamma function of z: ln(
|gamma(z)|
)
Previous topic
scipy.special.gamma
Next topic
scipy.special.gammainc
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»