RosettaCodeData/Task/Nth-root/BASIC/nth-root-3.basic
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

1 line
64 B
Text

PRINT "The "; e; "th root of "; b; " is "; RootX(b, e, .000001)