|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.autonomy.utilities.MathUtils
This class provides mathematical functions not already in java.lang.Math
Constructor Summary | |
MathUtils()
|
Method Summary | |
static double |
tanh(double x)
Calculates the hyperbolic tangent, tanh(x) = (e^x - e^-x) / (e^x + e^-x), of x. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MathUtils()
Method Detail |
public static double tanh(double x)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |