public class Maths extends Object
Constructor and Description |
---|
Maths() |
Modifier and Type | Method and Description |
---|---|
static int |
floor(double num) |
static double |
getGcd(double a,
double b) |
static boolean |
isOnGround(double y) |
static int |
round(double num) |
static int |
roundLoc(double num) |
static double |
square(double num) |
public static boolean isOnGround(double y)
public static int floor(double num)
public static int round(double num)
public static int roundLoc(double num)
public static double square(double num)
public static double getGcd(double a, double b)