public class MathHelpers
extends java.lang.Object
| Constructor and Description |
|---|
MathHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static int |
abs(int in) |
static long |
abs(long in) |
static double |
minMax(double value,
double min,
double max) |
static int |
minMax(int value,
int min,
int max) |
static long |
minMax(long value,
long min,
long max) |