scipy.special.kerp#
- scipy.special.kerp(x, out=None) = <ufunc 'kerp'>#
Kelvin 函数 ker 的导数。
- 参数:
- xarray_like
实数参数。
- outndarray, optional
用于函数结果的可选输出数组。
- 返回:
- 标量或 ndarray
ker 的导数值。
另见
参考文献
[dlmf]NIST, Digital Library of Mathematical Functions, https://dlmf.nist.gov/10#PT5