Author: luc
Date: Tue May  8 11:21:47 2007
New Revision: 536288

URL: http://svn.apache.org/viewvc?view=rev&rev=536288
Log:
fixed javadoc

Modified:
    
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java

Modified: 
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java?view=diff&rev=536288&r1=536287&r2=536288
==============================================================================
--- 
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java
 (original)
+++ 
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/BrentSolver.java
 Tue May  8 11:21:47 2007
@@ -46,12 +46,12 @@
      * Find a zero in the given interval with an initial guess.
      * <p>Throws <code>IllegalArgumentException</code> if the values of the
      * function at the three points have the same sign (note that it is
-     * allowed to have endpoints with the same signe if the initial point has
+     * allowed to have endpoints with the same sign if the initial point has
      * opposite sign function-wise).</p>
      * 
      * @param min the lower bound for the interval.
      * @param max the upper bound for the interval.
-     * @param initial the start value to use (must be set to x0 if no
+     * @param initial the start value to use (must be set to min if no
      * initial point is known).
      * @return the value where the function is zero
      * @throws MaxIterationsExceededException the maximum iteration count



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to