You are here : python_3mathmathisclose

math.isclose() - math

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


Syntax

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


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference