Return True if the values a and b are close to each other and False otherwise.
cmath.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0)