Description
The square root of x. It is represented internally by
x^(1/2)
. See also .
radexpand
if true
will cause nth roots of factors of a product
which are powers of n to be pulled outside of the radical, e.g.
sqrt(16*x^2)
will become 4*x
only if radexpand
is true
.