Shell sorting and input data interpolation by the Lagrange method
It requires a Matplotlib (with 'pyplot').
Program features:
- Add points from the console.
- View all points.
- Delete all points.
- Sort.
- Interpolate a segment.
- Define a table function formula (e.g. for input [1 1], [2 4], [3 9] and [4 16] the function is 1*x^2).