Javadoc cleanup.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1209080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
412e59c286
commit
5922c5966b
|
@ -26,7 +26,7 @@ import org.apache.commons.math.util.FastMath;
|
|||
* chapter 3.
|
||||
* <p>
|
||||
* Muller's method applies to both real and complex functions, but here we
|
||||
* restrict ourselves to real functions.<
|
||||
* restrict ourselves to real functions.
|
||||
* This class differs from {@link MullerSolver} in the way it avoids complex
|
||||
* operations.</p>
|
||||
* Except for the initial [min, max], it does not require bracketing
|
||||
|
|
Loading…
Reference in New Issue