diff options
-rw-r--r-- | aberth/aberth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aberth/aberth.cpp b/aberth/aberth.cpp index d002ba4..e3c1fe8 100644 --- a/aberth/aberth.cpp +++ b/aberth/aberth.cpp @@ -136,7 +136,7 @@ struct AberthState { } } - // Lagrange-style step where the new elements are computed in parallel from the previous values + // Lagrange-style step where the new elements are computed in parallel from the previous values bool step() { array<Com, N * N> pairs; for (int i = 0; i < N - 1; i++) { |