print degree ok

This commit is contained in:
hugogogo
2026-05-07 19:45:42 +02:00
parent 23c788d0c2
commit 0fcfd0260d
3 changed files with 6 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ void launch_computorv1(char *input)
// print before solution
print_reduced_form(polynom);
// print_degree(polynom, degree);
print_degree(polynom, degree);
// // solve
// s_solution solution[1];