|
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 |
|
|
5311f70746
|
Switched to "recursive" polynomial siplification
|
2021-10-31 16:26:27 +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 |
|
|
abff9057b5
|
Added header file, some code improvements
|
2021-06-13 04:55:38 +05:00 |
|