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 9510b535 NUMBERS-188: Refactor complex scalar binary functions to static methods new 1042c988 Reorder help functions to match the order from Complex new 93ce2777 Javadoc updates new 1b1e63ba Remove documented references to Complex in ComplexFunctions new 91ac6cf3 Javadoc: Consistent use of (a + ib) The 4 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: .../numbers/complex/ComplexBinaryOperator.java | 8 +- .../commons/numbers/complex/ComplexFunctions.java | 221 ++++++++++----------- .../numbers/complex/ComplexScalarFunction.java | 13 +- .../commons/numbers/complex/ComplexSink.java | 4 +- .../numbers/complex/ComplexUnaryOperator.java | 4 +- .../commons/numbers/complex/ComplexNumber.java | 4 +- .../apache/commons/numbers/complex/TestUtils.java | 32 +-- 7 files changed, 143 insertions(+), 143 deletions(-)