I need to use Fresnel integrals in C++. Is it possible to compute them with any of the new built-in functions of C++17? or do I have to implement my own solver?
Said otherwise: can Fresnel integrals be expressed as a function of some elliptic integrals (and others, see link above)?
The Fresnel integrals are related to the Erf function :
http://functions.wolfram.com/GammaBetaErf/FresnelS/27/01/
http://functions.wolfram.com/GammaBetaErf/FresnelC/27/01/
and to Hypergeometric1F2 function :
http://functions.wolfram.com/GammaBetaErf/FresnelS/26/01/01/
http://functions.wolfram.com/GammaBetaErf/FresnelC/26/01/01/