aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/projects.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/projects.h b/src/projects.h
index f64d1a4f..5931e424 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -102,9 +102,9 @@ extern double hypot(double, double);
* the -ansi flag.
*/
#ifndef M_PI
-#define M_PI 3.14159265358979310
-#define M_PI_2 1.57079632679489660
-#define M_PI_4 0.78539816339744828
+#define M_PI 3.14159265358979323846
+#define M_PI_2 1.57079632679489661923
+#define M_PI_4 0.78539816339744830962
#define M_2_PI 0.63661977236758134308
#endif