annotate 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
rev   line source
c@179 1
c@179 2 #ifndef PI_H
c@179 3 #define PI_H
c@179 4
c@179 5 #include <cmath>
c@179 6
c@179 7 #ifndef M_PI
c@179 8 #define M_PI 3.14159265358979323846
c@179 9 #endif
c@179 10
c@179 11 #endif