|
|
◆ 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] | X | Argument x. |
| [out] | Info | (Optional)
= 0: Successful exit.
= 1: Floating point range error. |
|