__atan2f
extern float __atan2f(float, float);
inline float atan2(float __X, float __Y) { return __atan2f(__X, __Y); }