![]() |
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... | |
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()
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()
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |