Skip to content

A C project which can calculate the definite integral of real functions using Newton-Cotes quadrature formulas.

Notifications You must be signed in to change notification settings

iy88/integral-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C project which can calculate the definite integral of real functions using Newton-Cotes quadrature formulas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%