SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

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

ker

References

dlmf

NIST, Digital Library of Mathematical Functions, https://dlmf.nist.gov/10#PT5

Previous topic

scipy.special.kei

Next topic

scipy.special.keip