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:
parent
8dd8ece63c
commit
90c94c81ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue