| java.lang.Object com.vividsolutions.jump.util.MathUtil
MathUtil | public class MathUtil (Code) | | Additional math utilities.
See Also: Math |
MathUtil | public MathUtil()(Code) | | |
avg | public static double avg(double a, double b)(Code) | | Returns the average of two doubles
Parameters: a - one of the doubles to average Parameters: b - the other double to average the average of two doubles |
base10Log | public static double base10Log(double x)(Code) | | |
mostSignificantDigit | public static int mostSignificantDigit(double x)(Code) | | |
orderOfMagnitude | public static double orderOfMagnitude(double x)(Code) | | |
|
|