Esempio n. 1
0
 def sqrt(self, a):
     """Compute square root of ``a``. """
     return python_sqrt(a)
Esempio n. 2
0
 def sqrt(self, a):
     """Compute square root of ``a``. """
     return SymPyIntegerType(python_sqrt(int(a)))
Esempio n. 3
0
 def sqrt(self, a):
     """Compute square root of ``a``. """
     return python_sqrt(a)
Esempio n. 4
0
 def sqrt(self, a):
     """Compute square root of ``a``. """
     return SymPyIntegerType(python_sqrt(int(a)))