Skip to content

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.

Notifications You must be signed in to change notification settings

ZyWick/NumericalIntegrationCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

NumericalIntegrationCalculator

A partial requirement for ST-MATH

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages