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 int |
round(double num) |
static int |
roundLoc(double num) |
static double |
square(double num) |