Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_cmath.py14 complex_zeros = [complex(x, y) for x in [0.0, -0.0] for y in [0.0, -0.0]] variable
508 for z in complex_zeros:
583 for z in complex_zeros:
592 for z in complex_zeros:
597 for z in complex_zeros:
/external/python/cpython2/Lib/test/
Dtest_cmath.py10 complex_zeros = [complex(x, y) for x in [0.0, -0.0] for y in [0.0, -0.0]] variable
440 for z in complex_zeros: