Searched defs:isclose (Results 1 – 4 of 4) sorted by relevance
452 def isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False): function
599 isclose = cmath.isclose variable in IsCloseTests
2092 isclose = math.isclose # subclasses should override this variable in IsCloseTests
1403 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function