sebastiandagostino / integral-calculator

Definite Integral calculator using Trapezoidal Rule, Simpson's Rule and Romberg's Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integral-calculator

This project is an upgrade to C++ and objects from an old C university homework.

The code allows the calculation of definite integrals of functions with the following numerical methods:

About

Definite Integral calculator using Trapezoidal Rule, Simpson's Rule and Romberg's Method


Languages

Language:C++ 93.4%Language:Makefile 6.6%