scipy.special.
fresnelc_zeros#
- scipy.special.fresnelc_zeros(nt)[源代码][源代码]#
计算余弦菲涅尔积分 C(z) 的 nt 个复数零点。
- 参数:
- nt整数
计算零的个数
- 返回:
- fresnelc_zeros: ndarray
余弦菲涅尔积分的零点
参考文献
[1]张善杰和金建铭。《特殊函数的计算》,John Wiley and Sons,1996年。https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html