Unneeded "import" statement.
This commit is contained in:
parent
dd73a1ba80
commit
4075e87c76
|
@ -28,7 +28,6 @@ import org.apache.commons.math4.legacy.exception.MathParseException;
|
|||
import org.apache.commons.math4.legacy.exception.NoDataException;
|
||||
import org.apache.commons.math4.legacy.exception.NullArgumentException;
|
||||
import org.apache.commons.math4.legacy.exception.util.LocalizedFormats;
|
||||
import org.apache.commons.math4.legacy.util.CompositeFormat;
|
||||
|
||||
/**
|
||||
* Formats a Complex number in cartesian format "Re(c) + Im(c)i". 'i' can
|
||||
|
|
Loading…
Reference in New Issue