Skip to content

ubmagh/Interpolation_Lagrange_C

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C 94.4%
  • C++ 4.0%
  • Makefile 1.6%