This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.
from d96bc97 [NUMBERS-139] Implement add and subtract for imaginary only.
new fbf308b Use getExponent(double) in place of Math.log(double) /
Math.log(2)
new b699628 Implement scaling using Math.scalb not divide by largest
absolute value.
new ac893bf Optimise scaling during overflow of log()
new 69636da Correct assertions in ComplexEdgeCaseTest.
new 276028d Added Complex.ofImaginary(double)
The 5 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 | 93 +++++++++++++++-------
.../numbers/complex/ComplexEdgeCaseTest.java | 12 +--
.../commons/numbers/complex/ComplexTest.java | 41 +++++-----
3 files changed, 90 insertions(+), 56 deletions(-)