fix printer reduced form order

This commit is contained in:
hugogogo
2026-05-15 00:16:35 +02:00
parent aa78af4e0f
commit 7e16bb5b6f
7 changed files with 52 additions and 46 deletions

View File

@@ -126,7 +126,7 @@ void launch_computorv1(char *input)
print_debug("-> degree: %i\n\n", degree);
// print before solution
print_reduced_form(polynom);
print_reduced_form(polynom, degree);
print_degree(polynom, degree);
// solve