Skip to content

NewtSafe

Oscar Veliz edited this page Dec 9, 2018 · 5 revisions

The video covering the Newton Bisection Hybrid (Newt-Safe) can be found here https://youtu.be/FD3BPTMGJds

Example code is given in NewtSafe.adb file, written in Ada. You can run the program via CodingGround. To run the program locally have Ada installed MinGW.org then type gnatmake NewtSafe.adb in the terminal in the directory where Newt is saved then type newtsafe to run. If you'd rather not use the terminal use an IDE instead like Geany to build and run the program.

Reference links:

Clone this wiki locally