Constructor and Description |
---|
SEMathUtils() |
Modifier and Type | Method and Description |
---|---|
double |
log10(double value)
Compatible implementation of the Math.log10(double) method.
|
public double log10(double value)
MathUtils
log10
in interface MathUtils
value
- a valuea
.Math.log10(double)