fresnel_zeros — SciPy v1.15.3 Manual (original) (raw)

scipy.special.

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