I'm working on a program for Newton's method for solving equations.
This is my code:
=======================================================
program Newton
implicit real(a-h,o-z)
F(x) = x**2 - 4
!...&---1---------2---------3---------4---------5---------6---------7---...