__sinl
extern long double __sinl(long double);
inline long double sin(long double __X) { return __sinl(__X); }