Go to the documentation of this file.
34 #ifndef WCSLIB_WCSMATH
35 #define WCSLIB_WCSMATH
57 #define PI 3.141592653589793238462643
60 #define SQRT2 1.4142135623730950488
61 #define SQRT2INV 1.0/SQRT2
67 #define UNDEFINED 987654321.0e99
68 #define undefined(value) (value == UNDEFINED)