sinhf
float sinhf(float);
extern float sinhf(float);
using ::sinhf;
extern float sinhf(float);
inline float sinh(float __X) { return sinhf(__X); }
F_IM(ans) = S * sinhf(x);
F_RE(ans) = C * sinhf(x);