4 lines
53 B
Text
4 lines
53 B
Text
|
|
on nthRoot (x, root)
|
||
|
|
return power(x, 1.0/root)
|
||
|
|
end
|