This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.ellipkm1¶
- scipy.special.ellipkm1(p) = <ufunc 'ellipkm1'>¶
Complete elliptic integral of the first kind around m = 1
This function is defined as
K(p)=∫π/20[1−msin(t)2]−1/2dtwhere m = 1 - p.
Parameters: p : array_like
Defines the parameter of the elliptic integral as m = 1 - p.
Returns: K : ndarray
Value of the elliptic integral.