Skip to content

Commit

Permalink
Class "ComplexUtils" was moved to another module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles committed Jun 11, 2018
1 parent 3a03e2a commit e37de24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e37de24

Please sign in to comment.