Compute the specified root of a number.
A number.
The specifed root.
Returns the yth root of a number.
y
0.1.0
root(8,3)// => 2 Copy
root(8,3)// => 2
Compute the specified root of a number.