You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2015/05/15 18:26:56 UTC

[7/7] [math] Merge branch 'pow-reimplementation' into h10-builds

Merge branch 'pow-reimplementation' into h10-builds

Conflicts:
	src/main/java/org/apache/commons/math4/util/FastMath.java
	src/test/java/org/apache/commons/math4/util/FastMathTest.java


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

Branch: refs/heads/h10-builds
Commit: a6804eaa74dd04734bac4081d16fc058030dce13
Parents: 809ce8a 175d7a1
Author: Luc Maisonobe <lu...@apache.org>
Authored: Fri May 15 18:26:23 2015 +0200
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Fri May 15 18:26:23 2015 +0200

----------------------------------------------------------------------
 doap_math.rdf                                   |  26 ++
 pom.xml                                         |   3 +
 src/changes/changes.xml                         |  13 +
 .../java/org/apache/commons/math4/dfp/Dfp.java  |   2 +-
 .../org/apache/commons/math4/util/FastMath.java | 441 +++++++++++--------
 .../apache/commons/math4/util/MathArrays.java   |  93 ++--
 .../org/apache/commons/math4/dfp/DfpTest.java   |  10 +
 .../distribution/GammaDistributionTest.java     |   2 +-
 .../euclidean/threed/FieldVector3DTest.java     |   2 +-
 .../geometry/euclidean/threed/Vector3DTest.java |   2 +-
 .../scalar/noderiv/BOBYQAOptimizerTest.java     |   2 +-
 .../apache/commons/math4/util/FastMathTest.java |  64 ++-
 .../commons/math4/util/MathArraysTest.java      |  33 ++
 13 files changed, 443 insertions(+), 250 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/a6804eaa/src/test/java/org/apache/commons/math4/distribution/GammaDistributionTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/commons-math/blob/a6804eaa/src/test/java/org/apache/commons/math4/optim/nonlinear/scalar/noderiv/BOBYQAOptimizerTest.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/commons-math/blob/a6804eaa/src/test/java/org/apache/commons/math4/util/FastMathTest.java
----------------------------------------------------------------------