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

2 lines
64 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
PRINT "The "; e; "th root of "; b; " is "; RootX(b, e, .000001)