Basic math #defines (ABS, SQRT, etc)
Definition in file MathBase.hpp.
#include <cmath>
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Macros | |
#define | ABS(x) std::abs(x) |
#define | MAX(x, y) std::max(x,y) |
#define | SQRT(x) std::sqrt(x) |
#define ABS | ( | x | ) | std::abs(x) |
Definition at line 73 of file MathBase.hpp.
Definition at line 75 of file MathBase.hpp.
#define SQRT | ( | x | ) | std::sqrt(x) |
Definition at line 74 of file MathBase.hpp.