Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelsdavid/ncalc
A numerical calculus solver supporting the calculation of limits, derivatives at a given point, and definite integrals.
https://github.com/michaelsdavid/ncalc
calculus inheritance java mathematics numerical-analysis object-oriented oop
Last synced: about 17 hours ago
JSON representation
A numerical calculus solver supporting the calculation of limits, derivatives at a given point, and definite integrals.
- Host: GitHub
- URL: https://github.com/michaelsdavid/ncalc
- Owner: MichaelSDavid
- License: mit
- Created: 2021-06-13T19:26:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T14:35:09.000Z (almost 3 years ago)
- Last Synced: 2023-08-15T17:44:14.002Z (over 1 year ago)
- Topics: calculus, inheritance, java, mathematics, numerical-analysis, object-oriented, oop
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nCalc
A console-based numerical calculus solver that can approximate limits, integrals, and derivatives using methods like
- Limit case-analysis
- Central difference quotients
- 3/8 Simpson's Rule(along with storing calculation history)