Home | History | Annotate | Download | only in mpl
      1 /* math.h has many functions and defines that are not consistent across
      2 * platforms. This address that */
      3 
      4 #ifdef _WINDOWS
      5 #define _USE_MATH_DEFINES
      6 #endif
      7 
      8 #include <math.h>
      9