Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.ellipkinc
¶
scipy.special.
ellipkinc
(
phi
,
m) returns the incomplete elliptic integral of the first kind: integral(1/sqrt(1-m*sin(t)**2)
,
t=0..phi
)
= <ufunc 'ellipkinc'>
¶
Previous topic
scipy.special.ellipkm1
Next topic
scipy.special.ellipe
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»