HomeSort by relevance Sort by last modified time
    Searched refs:assertCISEqual (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 354 def assertCISEqual(self, a, b):
360 self.assertCISEqual(polar(0), (0., 0.))
361 self.assertCISEqual(polar(1.), (1., 0.))
362 self.assertCISEqual(polar(-1.), (1., pi))
363 self.assertCISEqual(polar(1j), (1., pi/2))
364 self.assertCISEqual(polar(-1j), (1., -pi/2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 354 def assertCISEqual(self, a, b):
360 self.assertCISEqual(polar(0), (0., 0.))
361 self.assertCISEqual(polar(1.), (1., 0.))
362 self.assertCISEqual(polar(-1.), (1., pi))
363 self.assertCISEqual(polar(1j), (1., pi/2))
364 self.assertCISEqual(polar(-1j), (1., -pi/2))

Completed in 335 milliseconds