Skip to content

Commit

Permalink
Update inter.h
Browse files Browse the repository at this point in the history
English translation
  • Loading branch information
mrutkowski-aero authored Apr 15, 2024
1 parent 31006fe commit d632997
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/info2/inter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
// tablice x[] i y[] zawieraja wspolrzedne wezlow interpolacji
// n liczba wezlow interpolacji
// xx wartosc dla ktorej liczy sie wielomian

// function computing values of Lagrange interpolation polynomial
// arrays x[] i y[] contain coordinates of predefined interpolation nodes
// n is number of interpolation nodes
// xx value of independent variable for which the value of polynomial is computed
double lagrange( double *x, double *y, int n, double xx );

#endif

0 comments on commit d632997

Please sign in to comment.