This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch complex-gsoc-2022 in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
from 5939b5ea Remove redundant method new ab614de1 NUMBERS-188: Refactor complex unuary functions to static methods new e4c7642f Remove redundant javadoc in ComplexFunctions new 1b0bfa60 Test code clean-up The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/commons/numbers/complex/Complex.java | 1159 +---------- .../commons/numbers/complex/ComplexFunctions.java | 2111 ++++++++++++++++++-- .../commons/numbers/complex/CReferenceTest.java | 51 +- .../commons/numbers/complex/CStandardTest.java | 863 ++++---- .../numbers/complex/ComplexEdgeCaseTest.java | 321 ++- .../commons/numbers/complex/ComplexTest.java | 125 +- .../apache/commons/numbers/complex/TestUtils.java | 65 +- .../checkstyle/checkstyle-suppressions.xml | 1 + 8 files changed, 2639 insertions(+), 2057 deletions(-)