scipy.special.keip — SciPy v1.15.3 Manual (original) (raw)

scipy.special.keip(x, out=None) = <ufunc 'keip'>#

Derivative of the Kelvin function kei.

Parameters:

xarray_like

Real argument.

outndarray, optional

Optional output array for the function results.

Returns:

scalar or ndarray

The values of the derivative of kei.

References