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

2 lines
64 B
Plaintext

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