ctanhf
float complex ctanhf(float complex);
PROTO_STD_DEPRECATED(ctanhf);
printf("%a %a\n", creal(ctanhf(z)), cimag(ctanhf(z)));
test_odd_tol(ctanhf, z, CMPLXL(tanhf(nums[i]), 0),
test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP());