fix reducer sign error

This commit is contained in:
hugogogo
2026-05-15 01:03:14 +02:00
parent 7e16bb5b6f
commit b185647d2b
5 changed files with 25 additions and 22 deletions

View File

@@ -191,7 +191,7 @@ void solve(const s_polynom *polynom, s_solution *solution);
*/
void print_reduced_form(s_polynom *polynom, int degree);
void print_degree(s_polynom *polynom, int max_exponent);
void print_degree(s_polynom *polynom, int degree);
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PRINTER_SOLUTIONS.C