Mercurial > hg > constant-q-cpp
view src/dsp/pi.h @ 196:da283326bcd3 tip master
Update plugin versions in RDF
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 28 Feb 2020 09:43:02 +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