org.deegree.commons.utils.math
Class MathUtilsTest
java.lang.Object
org.deegree.commons.utils.math.MathUtilsTest
public class MathUtilsTest
- extends Object
The MathUtilsTest
test some basic methods
- Version:
- $Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: aschmitz $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathUtilsTest
public MathUtilsTest()
testNearestPowerOfTwo
public void testNearestPowerOfTwo()
- Test method for
MathUtils.previousPowerOfTwo(double)
.
testNextPowerOfTwo
public void testNextPowerOfTwo()
- Test method for
MathUtils.nextPowerOfTwoValue(double)
.
Copyright © 2011. All Rights Reserved.