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