kerp_zeros — SciPy v1.15.2 Manual (original) (raw)
scipy.special.
scipy.special.kerp_zeros(nt)[source]#
Compute nt zeros of the derivative of the Kelvin function ker.
Parameters:
ntint
Number of zeros to compute. Must be positive.
Returns:
ndarray
First nt zeros of the derivative of the Kelvin function.
References