view src/dsp/pi.h @ 194:705be3bb9472

These classes are not copyable/assignable
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 07 Oct 2019 10:58:44 +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