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