XLPack 6.0
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches

◆ Fresc()

Function Fresc ( X As  Double,
Optional Info As  Long 
)

Fresnel integral C(x)

Purpose
This routine computes the Fresnel integral.
C(x) = ∫cos(π/2 t^2) dt [0, x]
Returns
Double
Fresnel integral C(x).
Parameters
[in]XArgument x.
[out]Info(Optional)
= 0: Successful exit.
= 1: Floating point range error.