Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_cmath.py33 complex_nans = [complex(x, y) for x, y in [ variable
435 for z in complex_nans:
/external/python/cpython3/Lib/test/
Dtest_cmath.py37 complex_nans = [complex(x, y) for x, y in [ variable
502 for z in complex_nans: