Added a #define for math constants on MinGW

master
Aadhavan Srinivasan 7 months ago
parent 3ab97b3853
commit 0dbf8936fd

@ -14,6 +14,7 @@
#include <iostream> #include <iostream>
#define _USE_MATH_DEFINES
#include <cmath> #include <cmath>
#include <cstring> #include <cstring>
#include <ctime> #include <ctime>

Loading…
Cancel
Save