Searched refs:do_exactly_equal_test (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 375 def do_exactly_equal_test(self, x, tol, rel): member in ApproxEqualExactTest 384 self.do_exactly_equal_test(n, 0, 0) 389 self.do_exactly_equal_test(x, 0, 0) 395 self.do_exactly_equal_test(f, 0, 0) 401 self.do_exactly_equal_test(d, 0, 0) 407 self.do_exactly_equal_test(n, 0.01, 0) 409 self.do_exactly_equal_test(n/10, 0.01, 0) 412 self.do_exactly_equal_test(f, 0.01, 0) 416 self.do_exactly_equal_test(Decimal("3.571"), Decimal("0.01"), 0) 417 self.do_exactly_equal_test( [all...] |
Completed in 3 milliseconds