Roots
Square and non-square roots.
Example
$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $
$ root(3, x) $

Function
rootElementElementElement functions can be customized with set and show rules.
rootElement
Element
Element functions can be customized with 
set and show rules.A general root.
$ root(3, x) $

math.root(,)->Which root of the radicand to take.
Default value:
noneradicandRequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters can be set by specifying them in order, omitting the parameter name.
radicandRequired
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters can be set by specifying them in order, omitting the parameter name.
The expression to take the root of.
sqrt
sqrtA square root.
$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $

math.sqrt()->radicandRequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters can be set by specifying them in order, omitting the parameter name.
radicandRequired
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters can be set by specifying them in order, omitting the parameter name.
The expression to take the square root of.