Class "ComplexUtils" was moved to another module.

This commit is contained in:
Gilles 2018-06-11 23:30:22 +02:00
parent 3a03e2a631
commit e37de249b1
2 changed files with 7 additions and 1 deletions

View File

@ -383,6 +383,12 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-numbers-complex-streams</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-numbers-gamma</artifactId>

View File

@ -17,7 +17,7 @@
package org.apache.commons.math4.analysis.solvers;
import org.apache.commons.numbers.complex.Complex;
import org.apache.commons.numbers.complex.ComplexUtils;
import org.apache.commons.numbers.complex.streams.ComplexUtils;
import org.apache.commons.math4.analysis.polynomials.PolynomialFunction;
import org.apache.commons.math4.exception.NoBracketingException;
import org.apache.commons.math4.exception.NoDataException;