Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1206430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b94e30307
commit
fda34e0376
|
@ -26,7 +26,12 @@ import org.apache.commons.math.exception.util.Localizable;
|
||||||
import org.apache.commons.math.exception.util.LocalizedFormats;
|
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$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public final class MathUtils {
|
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.
|
* @param val Arguments.
|
||||||
* @throws NotFiniteNumberException if any values of the array is not a
|
* @throws NotFiniteNumberException if any values of the array is not a
|
||||||
|
|
Loading…
Reference in New Issue