Mercurial > hg > constant-q-cpp
view src/dsp/pi.h @ 180:6e4de8beb6b2
Avoid ambiguity about pow call
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Sep 2015 14:45:07 +0100 |
parents | 433e3aac9e52 |
children |
line wrap: on
line source
#ifndef PI_H #define PI_H #include <cmath> #ifndef M_PI #define M_PI 3.14159265358979323846 #endif #endif