Author: luc
Date: Sun Jan 20 08:49:26 2008
New Revision: 613605
URL: http://svn.apache.org/viewvc?rev=613605&view=rev
Log:
fixed a parameter name
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java?rev=613605&r1=613604&r2=613605&view=diff
==============================================================================
---
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java
(original)
+++
commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java
Sun Jan 20 08:49:26 2008
@@ -153,7 +153,7 @@
* 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