blob: 6620bbfe10b26c8ee292ac3b869fa096226efa0a [file] [log] [blame]
/* math.h has many functions and defines that are not consistent across
* platforms. This address that */
#ifdef _WINDOWS
#define _USE_MATH_DEFINES
#endif
#include <math.h>