org.apache.commons.math3.util
Class MathUtilsTest
java.lang.Object
org.apache.commons.math3.util.MathUtilsTest
public final class MathUtilsTest
- extends Object
Test cases for the MathUtils class.
- Version:
- $Id: MathUtilsTest.java 1449529 2013-02-24 19:13:17Z luc $
2007) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathUtilsTest
public MathUtilsTest()
testHash
public void testHash()
testArrayHash
public void testArrayHash()
testPermutedArrayHash
public void testPermutedArrayHash()
- Make sure that permuted arrays do not hash to the same value.
testIndicatorByte
public void testIndicatorByte()
testIndicatorInt
public void testIndicatorInt()
testIndicatorLong
public void testIndicatorLong()
testIndicatorShort
public void testIndicatorShort()
testNormalizeAngle
public void testNormalizeAngle()
testReduce
public void testReduce()
testReduceComparedWithNormalizeAngle
public void testReduceComparedWithNormalizeAngle()
testSignByte
public void testSignByte()
testSignInt
public void testSignInt()
testSignLong
public void testSignLong()
testSignShort
public void testSignShort()
testCheckFinite
public void testCheckFinite()
testCheckNotNull1
public void testCheckNotNull1()
testCheckNotNull2
public void testCheckNotNull2()
testCopySignByte
public void testCopySignByte()
testCopySignByte2
public void testCopySignByte2()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.