Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_cmath.py2 from test.test_math import parse_testfile, test_file
3 import test.test_math as test_math namespace
601 class IsCloseTests(test_math.IsCloseTests):
Dtest_bool.py54 def test_math(self): member in BoolTest
Dmath_testcases.txt438 -- other values transferred from testLog1p in test_math
Dcmath_testcases.txt59 -- used in test.test_math.MathTests.test_testfile, as well as in
1935 -- Disabled test: replaced by test_math.testTanhSign()
/external/python/cpython2/Lib/test/
Dtest_cmath.py2 from test.test_math import parse_testfile, test_file
Dtest_bool.py60 def test_math(self): member in BoolTest
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1371 Improve test_math and test_cmath coverage and rigour. Patch by Jeff Allen.
/external/python/cpython2/
DREADME475 thread may interrupt system calls in others). Therefore, test_math and
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst5502 Fix test_math failures for log, log10 on Solaris, OpenBSD. (See also:
/external/python/cpython3/Misc/
DHISTORY15975 - Issues #3167, #3682: Fix test_math failures for log, log10 on Solaris,
25754 so the exception part of test_math is run only in verbose mode, and
/external/python/cpython2/Misc/
DHISTORY8375 so the exception part of test_math is run only in verbose mode, and