16 Commits

Author SHA1 Message Date
4d9bc48ba1
Updated example urls in comments 2021-11-24 02:12:04 +03:00
1155ad07b0
Added array memory initialization with zeros. Renamed "unsigned int" to just "unsigned" types to shorten code 2021-11-24 01:53:58 +03:00
ea2d62da55
Fixed unfreed memory leaks, commented some functions, changed floating point numbers printing format 2021-10-31 18:03:42 +03:00
f08e2e6b35
Fixed polynomial print sign of first element 2021-10-31 16:56:49 +03:00
c0c5e219ea
Commented coefficients functions 2021-10-31 16:52:34 +03:00
5311f70746
Switched to "recursive" polynomial siplification 2021-10-31 16:26:27 +03:00
614dfdd03d
Merge pull request #1 from dm1sh/newton
Switch from Lagrange to newton interpolation polynomial
2021-10-31 03:51:17 +03:00
9155c87b65
Updated (shortened) Newton polynomial printing, added simplified polynomial printing 2021-10-31 03:28:40 +03:00
95a1c4cb81
Added simpified polynomial coefficients computation 2021-10-31 02:06:56 +03:00
c83cc2894c
Added polynomial input interface 2021-10-30 16:16:56 +03:00
49619c27e0
First Newton interpolation polynomial implementation. No dots input, no polynomial simplification 2021-10-30 15:38:18 +03:00
8933e4b220
Fixed resize function, separated array index convertion to convert_pos function, added separated get function 2021-10-30 13:12:39 +03:00
b7110e1bc1
Increaced accurancy by switch from float to double 2021-10-25 16:10:51 +03:00
f26825e77b Fixed some memory errors 2021-06-13 04:55:38 +05:00
abff9057b5 Added header file, some code improvements 2021-06-13 04:55:38 +05:00
3a154c4f36 Initial release 2021-06-13 04:55:38 +05:00