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 34542f4 testutils: correct order of expected and actual results new e03cbc0 EPSILON should be private new 9b18dc0 Change pow() overflow edge case test. new 92c5db5 Update exp() control flow for edge cases. new c193ff7 Change unspecified sign exception message. new c23541d Ensure the test for log10 hits the edge case where x>0.5 and x<root(2). new c283420 Update log() to use method from Hull et al. new 970512c Use final. new d2f0388 Update log() to use the overflow/underflow safe method of Hull et al. new ba07e65 Do not duplicate Precision.EPSILON. 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 | 378 +++++++++++++-------- .../commons/numbers/complex/CStandardTest.java | 6 +- .../numbers/complex/ComplexEdgeCaseTest.java | 126 +++++-- .../commons/numbers/complex/ComplexTest.java | 2 +- 4 files changed, 344 insertions(+), 168 deletions(-)