scipy.special.kerp — SciPy v1.15.2 Manual (original) (raw)
scipy.special.kerp(x, out=None) = <ufunc 'kerp'>#
Derivative of the Kelvin function ker.
Parameters:
xarray_like
Real argument.
outndarray, optional
Optional output array for the function results.
Returns:
scalar or ndarray
Values of the derivative of ker.
References