public final class SpecialMathFunction extends Object
Constructor and Description |
---|
SpecialMathFunction() |
Modifier and Type | Method and Description |
---|---|
static double |
atanh(double x) |
static double |
log2(double x)
Get the log base 2 of a number
|
public static double log2(double x) throws ArithmeticException
x
- a double valueArithmeticException
- if (x < 0)public static double atanh(double x) throws ArithmeticException
ArithmeticException