Main MRPT website > C++ reference for MRPT 1.5.3
Functions
Fresnel integrals (`#include <mrpt/math/fresnel.h>`)

Detailed Description

Collaboration diagram for Fresnel integrals (`#include <mrpt/math/fresnel.h>`):

Functions

double BASE_IMPEXP mrpt::math::fresnel_sin_integral (double x) MRPT_NO_THROWS
 Evaluates the integral from 0 to x of sqrt(2/pi) sin(t^2) dt. More...
 
double BASE_IMPEXP mrpt::math::fresnel_cos_integral (double x) MRPT_NO_THROWS
 Evaluates the integral from 0 to x of sqrt(2/pi) cos(t^2) dt. More...
 

Function Documentation

◆ fresnel_cos_integral()

double BASE_IMPEXP mrpt::math::fresnel_cos_integral ( double  x)

Evaluates the integral from 0 to x of sqrt(2/pi) cos(t^2) dt.

Equivalent to MATLAB fresnelc()

See also
https://en.wikipedia.org/wiki/Fresnel_integral
Note
Code based on http://www.mymathlib.com/functions/fresnel_sin_cos_integrals.html

◆ fresnel_sin_integral()

double BASE_IMPEXP mrpt::math::fresnel_sin_integral ( double  x)

Evaluates the integral from 0 to x of sqrt(2/pi) sin(t^2) dt.

Equivalent to MATLAB fresnels()

See also
https://en.wikipedia.org/wiki/Fresnel_integral
Note
Code based on http://www.mymathlib.com/functions/fresnel_sin_cos_integrals.html



Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017