__powf
extern float __powf(float, float);
inline float pow(float __X, float __Y) { return __powf(__X, __Y); }