跳至主要内容
Ctrl+K

SciPy

  • 安装
  • 用户指南
  • API 参考
  • 从源代码构建
  • 开发
  • 发行说明
  • GitHub
  • Twitter
  • 安装
  • 用户指南
  • API 参考
  • 从源代码构建
  • 开发
  • 发行说明
  • GitHub
  • Twitter

部分导航

  • scipy
  • scipy.cluster
  • scipy.constants
  • scipy.datasets
  • scipy.fft
  • scipy.fftpack
  • scipy.integrate
  • scipy.interpolate
  • scipy.io
  • scipy.linalg
  • scipy.misc
  • scipy.ndimage
  • scipy.odr
  • scipy.optimize
  • scipy.signal
  • scipy.sparse
  • scipy.spatial
  • scipy.special
  • scipy.stats
  • SciPy API
  • 特殊函数 (scipy.special)
  • fresnelc_zeros
scipy.special.

fresnelc_zeros#

scipy.special.fresnelc_zeros(nt)[源代码]#

计算余弦菲涅耳积分 C(z) 的 nt 个复零点。

参数:
ntint

要计算的零点数

返回:
fresnelc_zeros: ndarray

余弦菲涅耳积分的零点

参考

[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

上一页

erf_zeros

下一页

fresnels_zeros

本页内容
  • fresnelc_zeros

© Copyright 2008-2024, The SciPy community.

使用 Sphinx 7.3.7 创建。

使用 PyData Sphinx Theme 0.15.3 构建。