15 #include <mrpt/config.h>    35 #ifdef HAVE_LONG_DOUBLE 
#define MRPT_NO_THROWS
C++11 noexcept: Used after member declarations. 
 
double BASE_IMPEXP fresnel_cos_integral(double x) MRPT_NO_THROWS
Evaluates the integral from 0 to x of sqrt(2/pi) cos(t^2) dt. 
 
double BASE_IMPEXP fresnel_sin_integral(double x) MRPT_NO_THROWS
Evaluates the integral from 0 to x of sqrt(2/pi) sin(t^2) dt. 
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.