fixed a parameter name

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@613605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-01-20 16:49:26 +00:00
parent 8dd8ece63c
commit 90c94c81ec
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class BrentSolver extends UnivariateRealSolverImpl {
* for the root
* @param x2 bracket point (must be set to x0 if no bracket point is
* known, this will force starting with linear interpolation)
* @param y3 function value at the bracket point.
* @param y2 function value at the bracket point.
* @return the value where the function is zero
* @throws MaxIterationsExceededException if the maximum iteration count
* is exceeded