1 2 3 4 5 6 7 8
#ifndef __JIN_UTILS_MATH_H #define __JIN_UTILS_MATH_H #include <math.h> #define PI 3.1415926f #endif