This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.0).

scipy.special.fresnel

scipy.special.fresnel(x[, out1, out2]) = <ufunc 'fresnel'>

(ssa,cca)=fresnel(z) returns the fresnel sin and cos integrals: integral(sin(pi/2 * t**2),t=0..z) and integral(cos(pi/2 * t**2),t=0..z) for real or complex z.

Previous topic

scipy.special.erfcinv

Next topic

scipy.special.fresnel_zeros

This Page