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