趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
math_utils.h
Go to the documentation of this file.
1 #ifndef HRK_MATH_UTILS_H
2 #define HRK_MATH_UTILS_H
3 
10 #define _USE_MATH_DEFINES
11 #include <cmath>
12 #include "detect_os.h"
13 
14 #if defined(VISUAL_CPP)
15 extern double rint(double x);
16 #endif
17 
18 #endif
OS の検出