comparison 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
comparison
equal deleted inserted replaced
365:112766f4c34b 366:5d0a2ebb4d17
1
2 #ifndef PI_H
3 #define PI_H
4
5 #include <cmath>
6
7 #ifndef M_PI
8 #define M_PI 3.14159265358979323846
9 #endif
10
11 #endif