sinhf
float sinhf(float);
return (CMPLXF(coshf(x) * c, sinhf(x) * s));
return (CMPLXF(sinhf(x), y));
return (CMPLXF(sinhf(x) * c, coshf(x) * s));
s = sinhf(x);
test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP());