annotate constant-q-cpp/src/dsp/pi.h @ 369:ef35549c1c56

Whoops, we need the Vamp SDK library to build the plugin!
author Chris Cannam
date Wed, 03 Aug 2016 10:47:26 +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