public class MathUtil
extends java.lang.Object
Constructor and Description |
---|
MathUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
difference(java.lang.Integer... values) |
static int |
product(java.lang.Integer... values) |
static int |
quotient(java.lang.Integer value1,
java.lang.Integer value2) |
static int |
sum(java.lang.Integer... values) |