inv_math.h 175 B

12345678
  1. /* math.h has many functions and defines that are not consistent across
  2. * platforms. This address that */
  3. #ifdef _WINDOWS
  4. #define _USE_MATH_DEFINES
  5. #endif
  6. #include <math.h>