Skip to content

Commit

Permalink
Fixed checkstyle warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
maisonobe committed Mar 24, 2024
1 parent 6970cf4 commit a6f7149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public Complex[] solveAllComplex(double[] coefficients,
MathIllegalStateException {
return solveAllComplex(coefficients, 100_000, initial);
}

/**
* Find all complex roots for the polynomial with the given
* coefficients, starting from the given initial value.
Expand Down

0 comments on commit a6f7149

Please sign in to comment.