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