scipy.special.
fresnel_zeros#
- scipy.special.fresnel_zeros(nt)[原始碼]#
計算正弦和餘弦菲涅耳積分 S(z) 和 C(z) 的 nt 個複數零點。
- 參數:
- nt整數
要計算的零點數量
- 回傳值:
- 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