Go to the documentation of this file.
42 #ifndef GNSSTK_MATH_BASE_HPP
43 #define GNSSTK_MATH_BASE_HPP
48 #undef _MSC_EXTENSIONS
52 #define _MSC_EXTENSIONS
69 #define ABS(x) ::abs(x)
70 #define SQRT(x) ::sqrt(x)
71 #define MAX(x,y) std::max(x,y)
73 #define ABS(x) std::abs(x)
74 #define SQRT(x) std::sqrt(x)
75 #define MAX(x,y) std::max(x,y)
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:39