view src/dsp/pi.h @ 190:ba2a5f0ae66a

Expose overlap and decimator option
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 30 Mar 2017 13:20:38 +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