scipy.special.berp#

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

Kelvin 函数 ber 的导数。

参数:
xarray_like

实数参数。

outndarray, optional

用于函数结果的可选输出数组。

返回:
标量或 ndarray

ber 的导数值。

参见

ber

参考文献

[dlmf]

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