public class MathUtils
extends java.lang.Object
| Constructor and Description |
|---|
MathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
round(double v,
int precision)
Fast way of truncating a double to a certain number of digits.
|