def sqrt(self, a): """Compute square root of ``a``. """ return python_sqrt(a)
def sqrt(self, a): """Compute square root of ``a``. """ return SymPyIntegerType(python_sqrt(int(a)))