diff options
Diffstat (limited to 'math/polynomial.cpp')
| -rw-r--r-- | math/polynomial.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/polynomial.cpp b/math/polynomial.cpp index f7d9a89..44f6207 100644 --- a/math/polynomial.cpp +++ b/math/polynomial.cpp @@ -62,4 +62,4 @@ struct poly { s.trim(); r.trim(); return {s, r}; } -}; +}; |
