Roots 函数族
平方根或其他次方根。
Example
$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $
$ root(3, x) $
函数族
root
方根函数。
$ root(3, x) $
index
要开几次方,即根式的指数。
默认:none
radicand
进行方根运算的表达式,即根式的底数。
sqrt
平方根。
$ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $
radicand
要开平方根的表达式。