asinf
float asinf(float);
extern float asinf(float);
using ::asinf;
inline float asin(float __X) { return asinf(__X); }