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

2 lines
71 B
Plaintext

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