public class MyMath extends Object implements MathConstants
Modifier and Type | Method and Description |
---|---|
static int |
floorToInt(double pValue) |
static long |
floorToLong(double pValue)
Casting a _negative_ double into a long has a counter-intuitive result.
|
static double |
gudermann(double y) |
static double |
gudermannInverse(double aLatitude) |
static int |
mod(int number,
int modulus) |
public static double gudermannInverse(double aLatitude)
public static double gudermann(double y)
public static int mod(int number, int modulus)
public static long floorToLong(double pValue)
public static int floorToInt(double pValue)