Newton's Method
version 2
Stephen Byrne
floorgan@plantrol.com
9-8-1999
F1: define function
F2: define initial guess
F3: approximate area
accuracy: lets user define an accuracy; iterations will continue until the defined accuracy is reached
iterations: specified number of iterations will be calculated
F4: about
F5: exit
NFS is a string containing the last used
function, do not delete.
NIGS is a string containing the last initial
guess, do not delete.
changes since version 1:
fixed problem of iteration numbering when an accuracy is defined
now the calculator will be returned to the same folder you were in when you ran the program (but only if you use F5 to exit)
fixed a stupid error in the text file.
the program is smaller
This is the last version. Now that am in college,
I am too busy learning that everything they taught in high school was
wrong to write programs I'll never use. If there is a bug still,
please fix it yourself.