33 #ifndef GENERALMATH_HPP_INCLUDED
34 #define GENERALMATH_HPP_INCLUDED
49 double SimpsonInt(
double a,
double b,
const SimpsonFunctor &
function,
double epsilon = 0.001)
const;
50 double LinearInterpol(
double x,
const Point & p1,
const Point & p2 )
const;
51 int round(
double r)
const;
52 double GetInPIRange(
double angle )
const;
53 double GetIn2PIRange(
double angle )
const;
54 double GetIn0_2PIRange(
double angle )
const;
58 #endif // GENERALMATH_HPP_INCLUDED