comparison system/System.h @ 1062:1ec57a28e924 tonioni

Merge
author Chris Cannam
date Tue, 31 Mar 2015 10:39:54 +0100
parents 7598a78cf915
children 9cdb4206aceb
comparison
equal deleted inserted replaced
1061:c1e43c8d2527 1062:1ec57a28e924
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);