First time here? Check out the FAQ!
answered 2012-11-08 23:58:50 -0600
If I understand right, you use Windows and Visual Studio. Add the following includes at the beginning of source code:
#include <windows.h> #define _USE_MATH_DEFINES #include <math.h>