/NumericalIntegrationCalculator

This code is a C program that implements numerical integration using the Riemann sum method. The Riemann sum is a way to approximate the definite integral of a function over a given interval by dividing the interval into smaller subintervals and summing the areas of rectangles under or over the curve defined by the function.

Primary LanguageC

NumericalIntegrationCalculator

A partial requirement for ST-MATH