You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/05/19 15:13:38 UTC

[10/28] commons-numbers git commit: Merge branch 'master' into feature__NUMBERS-51__field

Merge branch 'master' into feature__NUMBERS-51__field


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/b58c73e0
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/b58c73e0
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/b58c73e0

Branch: refs/heads/master
Commit: b58c73e0b5f88a0945ec94b68158eabd4be6b9b3
Parents: 797e402 230b026
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
Authored: Mon Jan 29 01:57:14 2018 +0100
Committer: Gilles Sadowski <gi...@harfang.homelinux.org>
Committed: Mon Jan 29 01:57:14 2018 +0100

----------------------------------------------------------------------
 .gitignore                                      |   1 +
 .../apache/commons/numbers/complex/Complex.java | 821 +++++++++----------
 .../commons/numbers/complex/ComplexUtils.java   | 806 ++++++++++++------
 .../commons/numbers/complex/CStandardTest.java  | 282 +++++++
 .../commons/numbers/complex/ComplexTest.java    | 687 +---------------
 .../apache/commons/numbers/core/Precision.java  | 117 ---
 .../commons/numbers/core/PrecisionTest.java     | 107 ---
 7 files changed, 1274 insertions(+), 1547 deletions(-)
----------------------------------------------------------------------