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 2011/10/08 04:02:08 UTC

svn commit: r1180294 [1/4] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/util/ main/resources/data/org/apache/commons/math/util/ test/java/org/apache/commons/math/util/

Author: erans
Date: Sat Oct  8 02:02:07 2011
New Revision: 1180294

URL: http://svn.apache.org/viewvc?rev=1180294&view=rev
Log:
MATH-650
Large literal arrays factored out of "FastMath".
Slight efficiency improvement of "resource" alternative.
Output result in "FastMathLoadCheck".

Added:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathLiteralArrays.java   (with props)
Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMathResources.java
    commons/proper/math/trunk/src/main/resources/data/org/apache/commons/math/util/FastMath__ln_mant
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathLoadCheck.java