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