Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_cmath.py91 def assertComplexIdentical(self, x, y): member in CMathTests
584 self.assertComplexIdentical(cmath.tanh(z), z)
593 self.assertComplexIdentical(cmath.atan(z), z)
598 self.assertComplexIdentical(cmath.atanh(z), z)