summaryrefslogtreecommitdiff
path: root/libs/qm-dsp/maths
diff options
context:
space:
mode:
Diffstat (limited to 'libs/qm-dsp/maths')
-rw-r--r--libs/qm-dsp/maths/MathAliases.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/qm-dsp/maths/MathAliases.h b/libs/qm-dsp/maths/MathAliases.h
index 8660129cbb..f597edc392 100644
--- a/libs/qm-dsp/maths/MathAliases.h
+++ b/libs/qm-dsp/maths/MathAliases.h
@@ -24,7 +24,7 @@ typedef complex<double> ComplexData;
#ifndef PI
-#define PI (3.14159265358979232846)
+#define PI (3.14159265358979323846)
#endif
#define TWO_PI (2. * PI)