RosettaCodeData/Task/Nth-root/BASIC/nth-root-2.basic
2023-07-01 13:44:08 -04:00

1 line
71 B
Text

FUNCTION RootX# (tBase AS DOUBLE, tExp AS DOUBLE, diffLimit AS DOUBLE)