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