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