How do I input a cube root?
1 Answer
Feb 11, 2015
Using "root(n)" where n is the root that you want to find.
In the case of cube root, it is "root(3)".
"root(3)(a^2 + b^2)" =>
# root(3)(a^2 + b^2) #