hmi.math
Class MathUtils
java.lang.Object
hmi.math.MathUtils
public final class MathUtils
- extends Object
Misc. math functions that don't fit anywhere else (yet).
- Author:
- welberge
|
Method Summary |
static double |
tanh(double x)
Calculates the tanh of x |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathUtils
private MathUtils()
tanh
public static double tanh(double x)
- Calculates the tanh of x
- Parameters:
x -
- Returns:
- the tanh of x