Mercurial > hg > silvet
view constant-q-cpp/src/dsp/pi.h @ 371:426ce52ef096
Warn only once
author | Chris Cannam |
---|---|
date | Sat, 12 Nov 2016 09:59:34 +0000 |
parents | 5d0a2ebb4d17 |
children |
line wrap: on
line source
#ifndef PI_H #define PI_H #include <cmath> #ifndef M_PI #define M_PI 3.14159265358979323846 #endif #endif