view src/dsp/pi.h @ 189:c94c81d9a5aa

Change that seemed to be needed for emscripten double-precision build to work
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 10 Mar 2017 18:40:34 +0000
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