An open API service indexing awesome lists of open source software.

https://github.com/zvory/newtonszerocalc

Zero Calculator based on Newtons Method of Approximation
https://github.com/zvory/newtonszerocalc

Last synced: 8 months ago
JSON representation

Zero Calculator based on Newtons Method of Approximation

Awesome Lists containing this project

README

          

# NewtonsZeroCalc
Zero Calculator based on Newtons Method of Approximation.

![Screenshot](https://raw.githubusercontent.com/zvory/NewtonsZeroCalc/master/Screenshot.png)

Done as an assignment for my AP Calculus class.
I used the exp4j library to evaluate closed form expressions.
I was considering building my own expression parser using Reverse Polish Notation and the Djikstras Shunting Yard Algorithm, but it would have been too much unecessary work, so I used exp4j.

Jar can be found in /dist and should be accompanied by /dist/lib
Source code can be found in /src/newton