public class MathUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
compareDoubleAgainstLong(double lhs,
long rhs) |
static boolean |
numbersEqual(double fpn,
long in) |
static double |
portion(double... n)
Calculates the portion of the first value to all values passed
|
public static double portion(double... n)
n - The values in the setDouble.NaNpublic static boolean numbersEqual(double fpn,
long in)
public static int compareDoubleAgainstLong(double lhs,
long rhs)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.