Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.23 KB

integral-calculator

A C project which can calculate the definite integral of any given real function using the midpoint method, trapezoidal rule, Simpson's rule, Boole's rule, and many other Newton-Cotes quadrature formulas. Alternatively, the project can be used to estimate the derivative of such functions and compute mathematical expressions according to the order of operations using recursive algorithms.

Run on Terminal

gcc main.c -o test
test

Screenshots

Screenshot Screenshot Screenshot Screenshot

Author

👤 Aras Güngöre