fix reducer sign error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user