Crate fresnel

Source

Functions§

fresnl
Evaluates the Fresnel integrals C(x)=∫cos(π/2 t²)dt and S(x)=∫sin(π/2 t²)dt for t∈[0,x]. Returns (S(x),C(x)). Based on the Cephes library function of the same name.