blob: 175511a5027d90ae1a49798269b81326bc34a6c1 [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>