{ } Raw JSON

bundles / scipy latest / scipy / special / _basic / ker_zeros

function

scipy.special._basic:ker_zeros

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

Signature

def   ker_zeros ( nt )

Summary

Compute nt zeros of the Kelvin function ker.

Parameters

nt : int

Number of zeros to compute. Must be positive.

Returns

: ndarray

First nt zeros of the Kelvin function.

See also

ker

Aliases

  • scipy.special.ker_zeros