nthRoot
nthRoot(a)
nthRoot(a, root)
Try it yourself:
$1 |
4 ^ 3
|
|
$2 |
nthRoot(64, 3)
|
|
$3 |
nthRoot(9, 2)
|
|
$4 |
sqrt(9)
|