coshf
float coshf(float);
PROTO_NORMAL(coshf);
DEF_STD(coshf);
*c = coshf(x);
w = coshf (x) * cosf (y) + (sinhf (x) * sinf (y)) * I;
*c = coshf(x);
w = sinhf (x) * cosf (y) + (coshf (x) * sinf (y)) * I;
d = cosf( 2.0f * crealf(z) ) + coshf( 2.0f * cimagf(z) );
d = coshf (2.0f * x) + cosf (2.0f * y);
test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
test_even_tol(ccosf, z, CMPLXL(coshf(nums[i]), -0.0),