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 9b3c706 Use identities for tanh() with real / imaginary parts of zero.
new ff1b7d1 Ensure log() and log10() avoid overflow.
new 4429840 Added a ComplexEdgeCaseTest.
new 32318c6 Removed unused field and clarified multiply() comment
regarding NaN.
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 | 54 +++-
.../commons/numbers/complex/CReferenceTest.java | 6 +-
.../commons/numbers/complex/CStandardTest.java | 3 +-
.../numbers/complex/ComplexEdgeCaseTest.java | 300 +++++++++++++++++++++
4 files changed, 352 insertions(+), 11 deletions(-)
create mode 100644
commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexEdgeCaseTest.java