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 | The range of the Fresnel integrals. |
| Output | ||
| Name | Type | Description |
| fresnelSineIntegral | double | The Fresnel sine integral value. |
| fresnelCosineIntegral | double | The Fresnel cosine integral value. |
Return Value
None.
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later