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'>