wip implemented new union for solve
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user