removed unneeded import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1004021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e132e73c6
commit
dfc41e87fa
|
@ -24,8 +24,6 @@ import junit.framework.TestCase;
|
||||||
import org.apache.commons.math.FunctionEvaluationException;
|
import org.apache.commons.math.FunctionEvaluationException;
|
||||||
import org.apache.commons.math.TestUtils;
|
import org.apache.commons.math.TestUtils;
|
||||||
import org.apache.commons.math.analysis.UnivariateRealFunction;
|
import org.apache.commons.math.analysis.UnivariateRealFunction;
|
||||||
import org.apache.commons.math.fraction.Fraction;
|
|
||||||
import org.apache.commons.math.fraction.FractionField;
|
|
||||||
import org.apache.commons.math.util.FastMath;
|
import org.apache.commons.math.util.FastMath;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue