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
- Host: GitHub
- URL: https://github.com/zvory/newtonszerocalc
- Owner: zvory
- License: apache-2.0
- Created: 2015-02-23T17:08:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T21:03:02.000Z (over 10 years ago)
- Last Synced: 2025-07-08T22:02:34.287Z (12 months ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NewtonsZeroCalc
Zero Calculator based on Newtons Method of Approximation.

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