coshf
extern float coshf(float x);
return CMPLXF(coshf(x), x * y);
return CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y));
return CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y));