FLT_ULP
test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP());
CMPLXL(INFINITY, 4.80265603e-07), 2 * FLT_ULP());
CMPLXL(INFINITY, 1.7101492622e-06f), 2 * FLT_ULP());
CMPLXL(INFINITY, 3.396809344e+38f), 2 * FLT_ULP());
CMPLXL(INFINITY, 1.1163382522e+16f), 2 * FLT_ULP());
CMPLXL(INFINITY, 5.7878851079e+37f), 2 * FLT_ULP());
test_tol(cexpf, x, result, tol * FLT_ULP()); \
test_tol(func##f, x, result, tol * FLT_ULP()); \
test_odd_tol(func##f, x, result, tol * FLT_ULP()); \
test_even_tol(func##f, x, result, tol * FLT_ULP()); \
test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
1.3 * FLT_ULP());
copysign(0, cosf(nums[i]))), FLT_ULP());
-copysign(0, sinf(nums[i]))), 2 * FLT_ULP());
test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP());
sinf(nums[i])), FLT_ULP());
copysign(0, sinf(nums[i]))), FLT_ULP());
test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP());
test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP());
FLT_ULP());
1.3 * FLT_ULP());
test_tol(func##f, x, result, (tol) * FLT_ULP()); \
test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
FLT_ULP());
1.82321546859847114303367992804596800640e-1L, FLT_ULP());
-2.23143536413048672940940199918017467652e-1L, FLT_ULP());