ctanf
float complex ctanf(float complex);
test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP());
test_odd_tol(ctanf, z, CMPLXL(0, tanhf(nums[i])),