annotate constant-q-cpp/src/dsp/pi.h @ 372:af71cbdab621 tip

Update bqvec code
author Chris Cannam
date Tue, 19 Nov 2019 10:13:32 +0000
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