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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]

Completed in 50 milliseconds