|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jcckit.util.Util
Collection of static utility methods.
Method Summary | |
static double |
exp(double x,
boolean logScale)
Returns the exponential function of the specified number if logScale is true. |
static double |
log(double x,
boolean logScale)
Returns the natural logarithm of the specified number if logScale is true. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static double log(double x, boolean logScale)
public static double exp(double x, boolean logScale)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |