Home
last modified time | relevance | path

Searched refs:do_exactly_equal_test (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_statistics.py350 def do_exactly_equal_test(self, x, tol, rel): member in ApproxEqualExactTest
359 self.do_exactly_equal_test(n, 0, 0)
364 self.do_exactly_equal_test(x, 0, 0)
370 self.do_exactly_equal_test(f, 0, 0)
376 self.do_exactly_equal_test(d, 0, 0)
382 self.do_exactly_equal_test(n, 0.01, 0)
384 self.do_exactly_equal_test(n/10, 0.01, 0)
387 self.do_exactly_equal_test(f, 0.01, 0)
391 self.do_exactly_equal_test(Decimal("3.571"), Decimal("0.01"), 0)
392 self.do_exactly_equal_test(-Decimal("81.3971"), Decimal("0.01"), 0)
[all …]