Algosim documentation: FresnelS

FresnelS

The Fresnel sine integral.

Syntax

Description

Image 1

FresnelS(x) is the Fresnel sine integral of x, defined as the integral of sin(t^2) from t = 0 to x.

Examples

FresnelS(1)
0.310268301723
F ≔ t ↦ ❨FresnelC(t), FresnelS(t)❩;
plot([−10, 10] @ F)

Image 2

See also