diff maths/MathAliases.h @ 54:5bec06ecc88a

* First cut at Matthew's downbeat estimator -- untested so far
author cannam
date Tue, 10 Feb 2009 12:52:43 +0000
parents 2e3f5d2d62c1
children e5907ae6de17
line wrap: on
line diff
--- a/maths/MathAliases.h	Mon Feb 09 16:05:32 2009 +0000
+++ b/maths/MathAliases.h	Tue Feb 10 12:52:43 2009 +0000
@@ -22,7 +22,7 @@
 #define PI (3.14159265358979232846)
 #endif
 
-#define TWO_PI 		(*2.PI)
+#define TWO_PI 		(2. * PI)
 
 #define EPS 2.2204e-016