| Constructor and Description |
|---|
DecimalUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDifferent(double d1,
double d2,
double delta) |
static boolean |
isDifferent(float f1,
float f2,
float delta) |
static double |
round(double x,
int scale) |
static double |
round(double x,
int scale,
int roundingMethod) |
public static double round(double x,
int scale)
public static double round(double x,
int scale,
int roundingMethod)
public static boolean isDifferent(double d1,
double d2,
double delta)
public static boolean isDifferent(float f1,
float f2,
float delta)
Copyright © 2020. All rights reserved.