MATH-1416: Merge changes from feature-MATH-1416
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/eafb16c7 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/eafb16c7 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/eafb16c7 Branch: refs/heads/master Commit: eafb16c711d5cd79edad5fbb2055252acdb3825e Parents: 3488609 d7f522e Author: Ray DeCampo <[email protected]> Authored: Sat Sep 16 13:38:40 2017 -0400 Committer: Ray DeCampo <[email protected]> Committed: Sat Sep 16 13:38:40 2017 -0400 ---------------------------------------------------------------------- .../commons/math4/complex/Quaternion.java | 465 ------------------- .../commons/math4/complex/RootsOfUnity.java | 218 --------- .../commons/math4/fraction/AbstractFormat.java | 209 --------- .../math4/fraction/BigFractionFormat.java | 287 ------------ .../commons/math4/fraction/FractionFormat.java | 264 ----------- .../math4/fraction/ProperBigFractionFormat.java | 238 ---------- .../math4/fraction/ProperFractionFormat.java | 231 --------- .../org/apache/commons/math4/primes/Primes.java | 126 ----- .../commons/math4/primes/SmallPrimes.java | 188 -------- .../commons/math4/primes/package-info.java | 20 - .../commons/math4/complex/QuaternionTest.java | 459 ------------------ .../commons/math4/complex/RootsOfUnityTest.java | 102 ---- .../math4/fraction/BigFractionFormatTest.java | 335 ------------- .../math4/fraction/FractionFormatTest.java | 354 -------------- .../apache/commons/math4/primes/PrimesTest.java | 174 ------- 15 files changed, 3670 deletions(-) ----------------------------------------------------------------------
