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/11/26 13:01:59 UTC

svn commit: r1206430 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java

Author: erans
Date: Sat Nov 26 12:01:58 2011
New Revision: 1206430

URL: http://svn.apache.org/viewvc?rev=1206430&view=rev
Log:
Javadoc.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java?rev=1206430&r1=1206429&r2=1206430&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java Sat Nov 26 12:01:58 2011
@@ -26,7 +26,12 @@ import org.apache.commons.math.exception
 import org.apache.commons.math.exception.util.LocalizedFormats;
 
 /**
- * Some useful additions to the built-in functions in {@link Math}.
+ * Miscellaneous utility functions.
+ *
+ * @see ArithmeticUtils
+ * @see Precision
+ * @see MathArrays
+ *
  * @version $Id$
  */
 public final class MathUtils {
@@ -283,7 +288,7 @@ public final class MathUtils {
     }
 
     /**
-     * Check that all the elements are real number.
+     * Check that all the elements are real numbers.
      *
      * @param val Arguments.
      * @throws NotFiniteNumberException if any values of the array is not a