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 f621118 Remove unnecessary deltas from assertions.
new 8edcaec Remove getArgument and getAbsolute.
new 2753fa0 Document odd and even functions.
new 08465eb Removed mirrored cases for odd/even functions.
new c4648b9 Remove the edge cases for overflow.
new 0cfc94d Compute extreme values of sqrt() in polar coordinates.
new c897177 Use final
new f3c6b06 Avoid reassigning params
new 5db7d73 Remove unused private methods
new 9b1b887 Added TODO notes on special case for imaginary only numbers.
The 9 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 | 206 ++++++++-------
.../commons/numbers/complex/CReferenceTest.java | 287 ++-------------------
.../commons/numbers/complex/ComplexTest.java | 26 +-
3 files changed, 130 insertions(+), 389 deletions(-)