Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 287 Bytes

File metadata and controls

7 lines (4 loc) · 287 Bytes

Numerical Integration Using C

This is a very basic numerical integration program written in C.

It takes in the parameters (ordinates), and outputs the final value of the integral.

It uses 3 methods of numerical integration: trapezoidal, Simpson's 1/3rd and Simpson's 3/8th rules.