scipy.special.

fresnel_zeros#

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

计算正弦和余弦菲涅尔积分 S(z) 和 C(z) 的 nt 个复零点。

参数:
ntint

要计算的零点数量

返回:
zeros_sine: ndarray

正弦菲涅尔积分的零点

zeros_cosinendarray

余弦菲涅尔积分的零点

参考文献

[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