toms723, a Fortran77 code which computes the Fresnel sine and cosine integrals, by W van Snyder. This is a version of ACM TOMS algorithm 723.
C(x) = integral ( 0 < t < x ) cos ( t^2 ) dt S(x) = integral ( 0 < t < x ) sin ( t^2 ) dt
An alternate definition, used in Abramowitz and Stegun and the NIST Mathematical Handbook, is:
C*(x) = integral ( 0 < t < x ) cos ( pi/2 * t^2 ) dt S*(x) = integral ( 0 < t < x ) sin ( pi/2 * t^2 ) dt
The information on this web page is distributed under the MIT license.
toms723 is available in a Fortran77 version.