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/02/13 08:49:49 UTC

[2/2] commons-numbers git commit: NUMBERS-60: Merging NaN related changes into master branch

NUMBERS-60: Merging NaN related changes into master branch


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

Branch: refs/heads/master
Commit: e2917811e634b1b7668d0e09d99ee82c7e1cf0a3
Parents: 2f1c0b5 910cd93
Author: Eric Barnhill <er...@apache.org>
Authored: Tue Feb 13 09:51:40 2018 +0100
Committer: Eric Barnhill <er...@apache.org>
Committed: Tue Feb 13 09:51:40 2018 +0100

----------------------------------------------------------------------
 .../apache/commons/numbers/complex/Complex.java |  4 ++--
 .../numbers/complex/RootsOfUnityTest.java       | 10 ++++++++++
 .../commons/numbers/fraction/Fraction.java      | 19 +++++++++++++++++++
 .../commons/numbers/fraction/FractionTest.java  | 20 ++++++++++++++++++++
 4 files changed, 51 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/e2917811/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
----------------------------------------------------------------------