annotate constant-q-cpp/src/dsp/pi.h @ 368:96df4d212978

Add a static library
author Chris Cannam
date Fri, 08 Jul 2016 16:47:02 +0100
parents 5d0a2ebb4d17
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