scipy.special.ellipkm1¶
- scipy.special.ellipkm1(p) = <ufunc 'ellipkm1'>¶
The complete elliptic integral of the first kind around m=1.
This function is defined as
where m = 1 - p.
Parameters: p : array_like
Defines the parameter of the elliptic integral as m = 1 - p.
Returns: K : array_like
Value of the elliptic integral.
See also