예제 #1
0
 def test_sqrt(self):
     self._test(math.sqrt(1024), labmath.sqrt(1024))
예제 #2
0
 def test_sqrt_4(self):
     self._test(2, labmath.sqrt(4))