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