Program with the aim of giving the user intuition behind traditional integration calculations.
- Traditional precise calculations of defined integrals.
- Rectangular method of numerical integration, taking only the rectangles under a slope.
- The program then prints a difference between these 2 calculations, which is dependent on the value of dx, chosen by the user. The result is printed to
Integral_calculator.txt
file.
- C17 standard
- GCC C compiler
gcc integration.c -o test
test