TOMS723
Fresnel Integrals


TOMS723 is a FORTRAN77 library which computes the Fresnel sine and cosine integrals, by W van Snyder.

        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
      

Languages:

TOMS723 is available in a FORTRAN77 version.

Related Data and Programs:

Reference:

  1. W van Snyder,
    Algorithm 723: Fresnel Integrals,
    ACM Transactions on Mathematical Software,
    Volume 19, Number 4, December 1993, pages 452-456.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 15 November 2015.