wip print before solution

This commit is contained in:
hugogogo
2026-05-07 13:18:28 +02:00
parent 8c22b98d88
commit f373fef4ac
8 changed files with 77 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ void reduce(s_term *terms, double *polynom)
i = 0;
while (terms[i].position != TERM_END)
{
// get coefficient with left sign
tmp = terms[i].coefficient;
if (terms[i].position == TERM_RIGHT)