FresnelIntegrals

Advanced Analysis Library Only

void FresnelIntegrals (double x, double *fresnelSineIntegral, double *fresnelCosineIntegral);

Purpose

Computes the Fresnel sine and cosine integrals.

The Fresnel sine integral is defined as follows:

The Fresnel cosine integral is defined as follows:

Parameters

Input
Name Type Description
x double-precision The range of the Fresnel integrals.
Output
Name Type Description
fresnelSineIntegral double-precision The Fresnel sine integral value.
fresnelCosineIntegral double-precision The Fresnel cosine integral value.

Return Value

None.