wip print before solution
This commit is contained in:
@@ -11,6 +11,7 @@ void reduce(s_term *terms, double *polynom)
|
||||
i = 0;
|
||||
while (terms[i].position != TERM_END)
|
||||
{
|
||||
|
||||
// get coefficient with left sign
|
||||
tmp = terms[i].coefficient;
|
||||
if (terms[i].position == TERM_RIGHT)
|
||||
|
||||
Reference in New Issue
Block a user