You are here : python_3cmathcmathisclose

cmath.isclose() - cmath

Return True if the values a and b are close to each other and
False otherwise.


Syntax

cmath.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference