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