Unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1065877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
707313c389
commit
622b2d0107
|
@ -18,8 +18,6 @@
|
||||||
package org.apache.commons.math.analysis.function;
|
package org.apache.commons.math.analysis.function;
|
||||||
|
|
||||||
import org.apache.commons.math.analysis.UnivariateRealFunction;
|
import org.apache.commons.math.analysis.UnivariateRealFunction;
|
||||||
import org.apache.commons.math.exception.NotStrictlyPositiveException;
|
|
||||||
import org.apache.commons.math.util.FastMath;
|
|
||||||
|
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
Loading…
Reference in New Issue