|
51ceff9331
|
Switched from broken generated math to LaTex
|
2022-05-24 23:31:34 +03:00 |
|
|
61d3b7a2a3
|
Added more detaled description in readme with example screenshots
|
2021-11-24 03:20:08 +03:00 |
|
|
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 |
|
|
c8682c7563
|
Merge pull request #2 from dm1sh/recursive_polynomial_simplification
Switched to "recursive" polynomial simplification
|
2021-10-31 18:35:15 +05:00 |
|
|
7efb7133f6
|
Changed test generation function
|
2021-10-31 16:28:43 +03:00 |
|
|
5311f70746
|
Switched to "recursive" polynomial siplification
|
2021-10-31 16:26:27 +03:00 |
|
|
8555f1e30e
|
Added python script for test input generation and shell script for running
|
2021-10-31 15:04:02 +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 |
|
|
44281e14b3
|
Updated readme
|
2021-10-30 13:15:40 +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 |
|
|
f0a279b930
|
Added readme
|
2021-06-13 04:55:38 +05:00 |
|
|
3a154c4f36
|
Initial release
|
2021-06-13 04:55:38 +05:00 |
|
|
4597a31b6b
|
Initial commit
|
2021-06-13 04:53:25 +05:00 |
|