Skip to main content
Ctrl+K

SciPy

  • Installing
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • GitHub
  • Twitter
  • Installing
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes
  • GitHub
  • Twitter

Section Navigation

  • scipy
  • scipy.cluster
  • scipy.constants
  • scipy.datasets
  • scipy.differentiate
  • scipy.fft
  • scipy.fftpack
  • scipy.integrate
  • scipy.interpolate
  • scipy.io
  • scipy.linalg
  • scipy.ndimage
  • scipy.odr
  • scipy.optimize
  • scipy.signal
  • scipy.sparse
  • scipy.spatial
  • scipy.special
  • scipy.stats
  • SciPy API
  • Special functions (scipy.special)
  • ber_zeros
scipy.special.

ber_zeros#

scipy.special.ber_zeros(nt)[source]#

Compute nt zeros of the Kelvin function ber.

Parameters:
ntint

Number of zeros to compute. Must be positive.

Returns:
ndarray

First nt zeros of the Kelvin function.

See also

ber

References

[1]

Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html

previous

scipy.special.keip

next

bei_zeros

On this page
  • ber_zeros

© Copyright 2008-2025, The SciPy community.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.2.