added more digits to pi/2

This commit is contained in:
Roman Bapst
2014-11-13 10:51:54 +01:00
parent 44127363b1
commit 794a89e711
+1 -1
View File
@@ -51,7 +51,7 @@
#else
#include <math/eigen_math.h>
#include <Eigen/Eigen>
#define M_PI_2_F 1.570769
#define M_PI_2_F 1.5707963267948966192
#endif
namespace math {