scipy.special.kerp¶
- 
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.
See also
References
- dlmf
 NIST, Digital Library of Mathematical Functions, https://dlmf.nist.gov/10#PT5
