Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.15 KB

Interpolation_Lagrange_C

Simply It is a C program that Calculates the interpolating function from giving points using Lagrange polynomial interpolation.

It Contains also a C library of a polynomials and Fractions that supports

  • addition
  • subtraction
  • multiplication

and other useful operations.

Notice

I created this program so quick so i want to notice that : 

⋅⋅* the program dialogue is written in french
⋅⋅* the code is note well optimised especially memory management, but the code stills simple to understand ⋅⋅* I didn't quiet test it for bigger situations

Usage

Created with codeBlocks, you can start directly the exe file inside \bin folder or use CodeBlocks and change what ever you want 

the is also somme commented snippets that will help you to understand.

example

example