tanf
float tanf(float);
extern float tanf(float);
using ::tanf;
inline float tan(float __X) { return tanf(__X); }