Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.betaln
¶
scipy.special.
betaln
(
x1
,
x2
[
,
out
]
)
¶
y=betaln(a,b) returns the natural logarithm of the absolute value of beta: ln(
|beta(x)|
).
Previous topic
scipy.special.beta
Next topic
scipy.special.betainc
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
)
»