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 2013/04/07 01:42:02 UTC

svn commit: r857558 [39/39] - in /websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3: ./ analysis/ analysis/differentiation/ analysis/interpolation/ complex/ dfp/ distribution/ distribution/fitting/ ex...

Modified: websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3/util/MathUtilsTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3/util/MathUtilsTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3/util/MathUtilsTest.html Sat Apr  6 23:42:01 2013
@@ -16,19 +16,19 @@
 <FONT color="green">013</FONT>     */<a name="line.13"></a>
 <FONT color="green">014</FONT>    package org.apache.commons.math3.util;<a name="line.14"></a>
 <FONT color="green">015</FONT>    <a name="line.15"></a>
-<FONT color="green">016</FONT>    import org.apache.commons.math3.exception.MathArithmeticException;<a name="line.16"></a>
-<FONT color="green">017</FONT>    import org.apache.commons.math3.exception.NotFiniteNumberException;<a name="line.17"></a>
-<FONT color="green">018</FONT>    import org.apache.commons.math3.exception.NullArgumentException;<a name="line.18"></a>
-<FONT color="green">019</FONT>    import org.apache.commons.math3.exception.util.LocalizedFormats;<a name="line.19"></a>
-<FONT color="green">020</FONT>    import org.apache.commons.math3.random.RandomDataImpl;<a name="line.20"></a>
-<FONT color="green">021</FONT>    import org.apache.commons.math3.distribution.RealDistribution;<a name="line.21"></a>
-<FONT color="green">022</FONT>    import org.apache.commons.math3.distribution.UniformRealDistribution;<a name="line.22"></a>
+<FONT color="green">016</FONT>    import org.apache.commons.math3.distribution.RealDistribution;<a name="line.16"></a>
+<FONT color="green">017</FONT>    import org.apache.commons.math3.distribution.UniformRealDistribution;<a name="line.17"></a>
+<FONT color="green">018</FONT>    import org.apache.commons.math3.exception.MathArithmeticException;<a name="line.18"></a>
+<FONT color="green">019</FONT>    import org.apache.commons.math3.exception.NotFiniteNumberException;<a name="line.19"></a>
+<FONT color="green">020</FONT>    import org.apache.commons.math3.exception.NullArgumentException;<a name="line.20"></a>
+<FONT color="green">021</FONT>    import org.apache.commons.math3.exception.util.LocalizedFormats;<a name="line.21"></a>
+<FONT color="green">022</FONT>    import org.apache.commons.math3.random.RandomDataImpl;<a name="line.22"></a>
 <FONT color="green">023</FONT>    import org.junit.Assert;<a name="line.23"></a>
 <FONT color="green">024</FONT>    import org.junit.Test;<a name="line.24"></a>
 <FONT color="green">025</FONT>    <a name="line.25"></a>
 <FONT color="green">026</FONT>    /**<a name="line.26"></a>
 <FONT color="green">027</FONT>     * Test cases for the MathUtils class.<a name="line.27"></a>
-<FONT color="green">028</FONT>     * @version $Id: MathUtilsTest.java 1368738 2012-08-02 22:18:08Z erans $<a name="line.28"></a>
+<FONT color="green">028</FONT>     * @version $Id: MathUtilsTest.java 1449529 2013-02-24 19:13:17Z luc $<a name="line.28"></a>
 <FONT color="green">029</FONT>     *          2007) $<a name="line.29"></a>
 <FONT color="green">030</FONT>     */<a name="line.30"></a>
 <FONT color="green">031</FONT>    public final class MathUtilsTest {<a name="line.31"></a>