mirror of
https://github.com/apache/commons-math.git
synced 2025-02-09 03:25:31 +00:00
Removed unused import.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd2df97aa6
commit
90dcb817a4
@ -15,7 +15,6 @@
|
||||
*/
|
||||
package org.apache.commons.math;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.io.PrintStream;
|
||||
import java.io.PrintWriter;
|
||||
|
||||
@ -27,7 +26,7 @@ import java.io.PrintWriter;
|
||||
* <p>
|
||||
* Adapted from {@link org.apache.commons.collections.FunctorException}.
|
||||
*
|
||||
* @version $Revision: 1.19 $ $Date: 2004/07/17 19:55:32 $
|
||||
* @version $Revision: 1.20 $ $Date: 2004/11/07 02:17:56 $
|
||||
*/
|
||||
public class MathException extends Exception {
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
*/
|
||||
package org.apache.commons.math.analysis;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.apache.commons.math.ConvergenceException;
|
||||
import org.apache.commons.math.FunctionEvaluationException;
|
||||
@ -26,7 +25,7 @@ import org.apache.commons.math.FunctionEvaluationException;
|
||||
* <p>
|
||||
* The function should be continuous but not necessarily smooth.
|
||||
*
|
||||
* @version $Revision: 1.17 $ $Date: 2004/07/17 21:19:39 $
|
||||
* @version $Revision: 1.18 $ $Date: 2004/11/07 02:17:56 $
|
||||
*/
|
||||
public class BrentSolver extends UnivariateRealSolverImpl {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user