Skip to main content

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.

symbols.sqrts1.calc.png

Given a real number and a ring R, returns a list with its square roots over RR. If no root exists, an empty list is returned.

symbols.sqrts2.calc.png