Package org.gvsig.compat.lang
Interface MathUtils
public interface MathUtils
Math Utilities used for Java SE-ME compatibility.
-
Method Summary
Modifier and TypeMethodDescriptiondoublelog10(double a) Compatible implementation of the Math.log10(double) method.
-
Method Details
-
log10
double log10(double a) Compatible implementation of the Math.log10(double) method.- Parameters:
a- a value- Returns:
- the base 10 logarithm of
a. - See Also:
-