Go to the documentation of this file. 1 #ifndef ADAPTIVESIMPSON_H
2 #define ADAPTIVESIMPSON_H
6 #define MAX_RECURSION 1e+7
19 static double Simpson (
const double& h,
const double &fa,
const double &fc,
const double &fb );
23 const double& h,
const double &a,
const double &c,
const double &b,
24 const double &fa,
const double &fc,
const double &fb,
25 const double &sx,
const double &tol,
long &recursion );
31 const double& a,
const double& b,
37 #endif //ADAPTIVESIMPSON_H