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

2 lines
64 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
PRINT "The "; e; "th root of "; b; " is "; RootX(b, e, .000001)