def sqrt(self, a):
     """Compute square root of ``a``. """
     return gmpy_sqrt(a)
Beispiel #2
0
 def sqrt(self, a):
     """Compute square root of ``a``. """
     return gmpy_sqrt(a)