Skip to content
Snippets Groups Projects
Commit e8050ad9 authored by Emmanuel Labourasse's avatar Emmanuel Labourasse
Browse files

correct an output

parent f0084809
No related branches found
No related tags found
No related merge requests found
......@@ -507,7 +507,7 @@ class TaylorPolynomial
os << "(y - " << P.x0()[1] << ")"
<< "^" << j;
} else {
os << "y";
os << "(y - " << P.x0()[1] << ")";
}
} else if (j == 0) {
if (i == 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment