Dmitriy Shishkov 614dfdd03d
Merge pull request #1 from dm1sh/newton
Switch from Lagrange to newton interpolation polynomial
2021-10-31 03:51:17 +03:00
2021-06-13 04:55:38 +05:00
2021-06-13 04:53:25 +05:00
2021-10-31 03:51:17 +03:00
2021-10-30 13:15:40 +03:00

Polynomial Interpolation

ANSI C program which composes polynomial of n - 1 degree that passes through n dots.

Description
Tool for generation of a polynomial with given dots
Readme 784 KiB
Languages
C 93.6%
Python 5.1%
Shell 1.3%