Go to the documentation of this file.
34 #ifndef TRAJECTORY_INC_H_
35 #define TRAJECTORY_INC_H_
40 #define DBL_MAX std::numeric_limits<double>::max() // 1.7976931348623157e+308
43 #ifndef DBL_MIN //Min decimal value of a double
44 #define DBL_MIN std::numeric_limits<double>::min() // 2.2250738585072014e-308