Introduction - If you have any usage issues, please Google them yourself
C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time complexity is O (n).