comparison system/System.h @ 1059:7598a78cf915 tonioni

M_PI
author Chris Cannam
date Mon, 30 Mar 2015 16:58:01 +0100
parents cc27f35aa75c
children 9cdb4206aceb
comparison
equal deleted inserted replaced
1058:c49d52386cde 1059:7598a78cf915
154 extern void StoreStartupLocale(); 154 extern void StoreStartupLocale();
155 extern void RestoreStartupLocale(); 155 extern void RestoreStartupLocale();
156 156
157 #include <cmath> 157 #include <cmath>
158 158
159 #ifndef M_PI
160 #define M_PI 3.14159265358979323846
161 #endif
162
159 extern double mod(double x, double y); 163 extern double mod(double x, double y);
160 extern float modf(float x, float y); 164 extern float modf(float x, float y);
161 165
162 extern double princarg(double a); 166 extern double princarg(double a);
163 extern float princargf(float a); 167 extern float princargf(float a);