Source
xxxxxxxxxx
--- src/PQP_Compile.h 2002-04-21 20:25:30.000000000 +0200
+++ PQP_Compile.h 2012-08-21 09:49:42.000000000 +0200
// prevents compiler warnings when PQP_REAL is float
#include <math.h>
-inline float sqrt(float x) { return (float)sqrt((double)x); }
-inline float cos(float x) { return (float)cos((double)x); }
-inline float sin(float x) { return (float)sin((double)x); }
-inline float fabs(float x) { return (float)fabs((double)x); }
//-------------------------------------------------------------------------
//