RosettaCodeData/Task/Nth-root/BASIC/nth-root-2.basic

2 lines
71 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
FUNCTION RootX# (tBase AS DOUBLE, tExp AS DOUBLE, diffLimit AS DOUBLE)