mirror of
https://github.com/apache/commons-math.git
synced 2025-02-10 03:56:19 +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;
|
package org.apache.commons.math;
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
import java.io.PrintStream;
|
import java.io.PrintStream;
|
||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
|
|
||||||
@ -27,7 +26,7 @@ import java.io.PrintWriter;
|
|||||||
* <p>
|
* <p>
|
||||||
* Adapted from {@link org.apache.commons.collections.FunctorException}.
|
* 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 {
|
public class MathException extends Exception {
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.apache.commons.math.analysis;
|
package org.apache.commons.math.analysis;
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
|
|
||||||
import org.apache.commons.math.ConvergenceException;
|
import org.apache.commons.math.ConvergenceException;
|
||||||
import org.apache.commons.math.FunctionEvaluationException;
|
import org.apache.commons.math.FunctionEvaluationException;
|
||||||
@ -26,7 +25,7 @@ import org.apache.commons.math.FunctionEvaluationException;
|
|||||||
* <p>
|
* <p>
|
||||||
* The function should be continuous but not necessarily smooth.
|
* 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 {
|
public class BrentSolver extends UnivariateRealSolverImpl {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user