Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)