/* 自定义的数学运算。 */ #pragma once #include <math.h> #include <stdint.h> #ifndef M_PI #define M_PI 3.14159265358979323846f #endif