wip implemented new union for solve

This commit is contained in:
hugogogo
2026-05-08 01:00:03 +02:00
parent 0fcfd0260d
commit 43b4def6ce
9 changed files with 176 additions and 105 deletions

View File

@@ -172,10 +172,11 @@ void launch_computorv1(char *input)
print_reduced_form(polynom);
print_degree(polynom, degree);
// // solve
// s_solution solution[1];
// solution_g_err = solution;
// solve(polynom, solution);
// solve
s_solution solution[1];
solution_g_err = solution;
solution[0].degree = degree;
solve(polynom, solution);
// print solution