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

2 lines
71 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
FUNCTION RootX# (tBase AS DOUBLE, tExp AS DOUBLE, diffLimit AS DOUBLE)