sinhf
float sinhf(float);
PROTO_NORMAL(sinhf);
DEF_STD(sinhf);
*s = sinhf(x);
w = coshf (x) * cosf (y) + (sinhf (x) * sinf (y)) * I;
*s = sinhf(x);
w = sinhf (x) * cosf (y) + (coshf (x) * sinf (y)) * I;
w = sinf (2.0f * crealf(z)) / d + (sinhf (2.0f * cimagf(z)) / d) * I;
w = sinhf (2.0f * x) / d + (sinf (2.0f * y) / d) * I;
test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP());