Functions | |
double | mrpt::math::fresnel_sin_integral (double x) noexcept |
Evaluates the integral from 0 to x of sqrt(2/pi) sin(t^2) dt. More... | |
double | mrpt::math::fresnel_cos_integral (double x) noexcept |
Evaluates the integral from 0 to x of sqrt(2/pi) cos(t^2) dt. More... | |
|
noexcept |
Evaluates the integral from 0 to x of sqrt(2/pi) cos(t^2) dt.
Equivalent to MATLAB fresnelc()
Definition at line 74 of file fresnel.cpp.
Referenced by TEST().
|
noexcept |
Evaluates the integral from 0 to x of sqrt(2/pi) sin(t^2) dt.
Equivalent to MATLAB fresnels()
Definition at line 68 of file fresnel.cpp.
Referenced by TEST().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |