annotate src/dsp/pi.h @ 186:e530a07a791a

Merge
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 15 Sep 2015 13:57:53 +0100
parents 433e3aac9e52
children
rev   line source
c@179 1
c@179 2 #ifndef PI_H
c@179 3 #define PI_H
c@179 4
c@179 5 #include <cmath>
c@179 6
c@179 7 #ifndef M_PI
c@179 8 #define M_PI 3.14159265358979323846
c@179 9 #endif
c@179 10
c@179 11 #endif