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