Logo image Logo image
  • Installing
  • User Guide
  • API reference
  • Building from source
  • Development
  • Release notes

Contributing Information

  • SciPy Code of Conduct
  • Ways to Contribute
  • Contributor quickstart guide
  • Development workflow
  • SciPy contributor guide

Roadmap

  • SciPy Roadmap
  • Detailed SciPy Roadmap
  • Toolchain Roadmap

SciPy Organization

  • SciPy Core Developer Guide
  • SciPy API Development Guide
  • SciPy Project Governance
  • Development workflow
  • PEP8 and SciPy
  • Contributing to the SciPy documentation
  • Running SciPy Tests Locally
  • Benchmarking SciPy with airspeed velocity
  • Adding Cython to SciPy
  • Public Cython APIs
  • Adding New Methods, Functions, and Classes
  • Continuous Integration
  • act for running GitHub Actions locally
  • Triaging and curating issues
On this page
  • keip_zeros

scipy.special.keip_zeros#

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

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

Parameters:
ntint

Number of zeros to compute. Must be positive.

Returns:
ndarray

First nt zeros of the derivative of the Kelvin function.

See also

kei, keip

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.kerp_zeros

next

scipy.special.comb

© Copyright 2008-2023, The SciPy community.

Created using Sphinx 5.3.0.