1 2 3 4 5 6 7
#ifndef LIBGHA_MATH_H #define LIBGHA_MATH_H #define _USE_MATH_DEFINES #include <math.h> #endif