Square roots Returns all the roots of a number. Syntax sqrts(Real) sqrts(Real, Ring) Description sqrts(Real) Given a real number, returns a list with all its square roots. If no root exists, an empty list is returned. sqrts(Real, Ring) Given a real number and a ring , returns a list with its square roots over . If no root exists, an empty list is returned. Related functions Square root, Root, Roots Table of Contents Syntax Description Related functions