|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.dhbw.andar.GenericFunctions
public class GenericFunctions
Constructor Summary | |
---|---|
GenericFunctions()
|
Method Summary | |
---|---|
static double |
log2(double x)
return the log of x base 2 |
static int |
nextPowerOfTwo(int x)
returns the smallest power of two that is greater than or equal to the absolute value of x |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericFunctions()
Method Detail |
---|
public static final int nextPowerOfTwo(int x)
x
-
public static final double log2(double x)
x
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |