scipy.special.ellipkinc

scipy.special.ellipkinc(x1, x2[, out]) = <ufunc 'ellipkinc'>

y=ellipkinc(phi,m) returns the incomplete elliptic integral of the first kind: integral(1/sqrt(1-m*sin(t)**2),t=0..phi)

Previous topic

scipy.special.ellipkm1

Next topic

scipy.special.ellipe

This Page