annotate 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
rev   line source
Chris@366 1
Chris@366 2 #ifndef PI_H
Chris@366 3 #define PI_H
Chris@366 4
Chris@366 5 #include <cmath>
Chris@366 6
Chris@366 7 #ifndef M_PI
Chris@366 8 #define M_PI 3.14159265358979323846
Chris@366 9 #endif
Chris@366 10
Chris@366 11 #endif