Mercurial > hg > silvet
view constant-q-cpp/src/dsp/pi.h @ 368:96df4d212978
Add a static library
author | Chris Cannam |
---|---|
date | Fri, 08 Jul 2016 16:47:02 +0100 |
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