scipy.special.fresnel_zeros#
- scipy.special.fresnel_zeros(nt)[source]#
Compute nt complex zeros of sine and cosine Fresnel integrals S(z) and C(z).
- Parameters:
- ntint
Number of zeros to compute
- Returns:
- zeros_sine: ndarray
Zeros of the sine Fresnel integral
- zeros_cosinendarray
Zeros of the cosine Fresnel integral
References
[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