diff options
author | chai <chaifix@163.com> | 2018-05-17 21:02:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 21:02:44 +0800 |
commit | 38818e2abc0fb4e8f71f2c262f10ef5cb7fc4710 (patch) | |
tree | 5dc25dc50d0436f6e9be10d8956feed51679de95 /src/libjin/utils/math.h | |
parent | 9edf2ba9fe8524976d2f298767fff0149e8c0d41 (diff) |
change file tree
Diffstat (limited to 'src/libjin/utils/math.h')
-rw-r--r-- | src/libjin/utils/math.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libjin/utils/math.h b/src/libjin/utils/math.h new file mode 100644 index 0000000..5e44ce7 --- /dev/null +++ b/src/libjin/utils/math.h @@ -0,0 +1,8 @@ +#ifndef __JIN_UTILS_MATH_H +#define __JIN_UTILS_MATH_H + +#include <math.h> + +#define PI 3.1415926f + +#endif
\ No newline at end of file |