{ } Raw JSON

bundles / scipy latest / scipy / special / _basic / kerp_zeros

function

scipy.special._basic:kerp_zeros

source: /scipy/special/_basic.py :2351

Signature

def   kerp_zeros ( nt )

Summary

Compute nt zeros of the derivative of the Kelvin function ker.

Parameters

nt : int

Number of zeros to compute. Must be positive.

Returns

: ndarray

First nt zeros of the derivative of the Kelvin function.

See also

ker
kerp

Aliases

  • scipy.special.kerp_zeros