Mercurial > hg > silvet
view constant-q-cpp/src/dsp/pi.h @ 366:5d0a2ebb4d17
Bring dependent libraries in to repo
author | Chris Cannam |
---|---|
date | Fri, 24 Jun 2016 14:47:45 +0100 |
parents | |
children |
line wrap: on
line source
#ifndef PI_H #define PI_H #include <cmath> #ifndef M_PI #define M_PI 3.14159265358979323846 #endif #endif