{ } Raw JSON

bundles / scipy latest / scipy / special / _basic / berp_zeros

function

scipy.special._basic:berp_zeros

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

Signature

def   berp_zeros ( nt )

Summary

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

Parameters

nt : int

Number of zeros to compute. Must be positive.

Returns

: ndarray

First nt zeros of the derivative of the Kelvin function.

Examples

Compute the first 5 zeros of the derivative of the Kelvin function.
from scipy.special import berp_zeros
berp_zeros(5)

See also

ber
berp

Aliases

  • scipy.special.berp_zeros