diff constant-q-cpp/src/dsp/pi.h @ 366:5d0a2ebb4d17

Bring dependent libraries in to repo
author Chris Cannam
date Fri, 24 Jun 2016 14:47:45 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/constant-q-cpp/src/dsp/pi.h	Fri Jun 24 14:47:45 2016 +0100
@@ -0,0 +1,11 @@
+
+#ifndef PI_H
+#define PI_H
+
+#include <cmath>
+
+#ifndef M_PI
+#define M_PI 3.14159265358979323846
+#endif
+
+#endif