atanf
float atanf(float);
extern float atanf(float);
using ::atanf;
inline float atan(float __X) { return atanf(__X); }