cupyx.scipy.special.ellipkm1#

cupyx.scipy.special.ellipkm1()#

Complete elliptic integral of the first kind around m = 1.

Parameters:

p (cupy.ndarray) – Defines the parameter of the elliptic integral as m = 1 - p.

Returns:

Computed value of the elliptic integral.

Return type:

cupy.ndarray

See also

scipy.special.ellipkm1()