public abstract class Math extends Object
Modifier and Type | Field and Description |
---|---|
static ReflectedBinFunction<Integer,Integer,Integer> |
addInteger |
static ReflectedBinFunction<Integer,Integer,Integer> |
divideInteger |
static ReflectedRelation<Integer,Integer> |
eqInteger |
static ReflectedRelation<Integer,Integer> |
geqInteger |
static ReflectedRelation<Integer,Integer> |
gtInteger |
static ReflectedRelation<Integer,Integer> |
leqInteger |
static ReflectedRelation<Integer,Integer> |
ltInteger |
static ReflectedBinFunction<Integer,Integer,Integer> |
maxInteger |
static ReflectedBinFunction<Integer,Integer,Integer> |
minInteger |
static ReflectedBinFunction<Integer,Integer,Integer> |
moduloInteger |
static ReflectedBinFunction<Integer,Integer,Integer> |
multiplyInteger |
static ReflectedRelation<Integer,Integer> |
neqInteger |
static ReflectedBinFunction<Integer,Integer,Integer> |
subtractInteger |
Modifier | Constructor and Description |
---|---|
protected |
Math() |
public static ReflectedBinFunction<Integer,Integer,Integer> minInteger
public static ReflectedBinFunction<Integer,Integer,Integer> maxInteger
public static ReflectedBinFunction<Integer,Integer,Integer> addInteger
public static ReflectedBinFunction<Integer,Integer,Integer> subtractInteger
public static ReflectedBinFunction<Integer,Integer,Integer> multiplyInteger
public static ReflectedBinFunction<Integer,Integer,Integer> divideInteger
public static ReflectedBinFunction<Integer,Integer,Integer> moduloInteger
public static ReflectedRelation<Integer,Integer> eqInteger
public static ReflectedRelation<Integer,Integer> neqInteger
public static ReflectedRelation<Integer,Integer> leqInteger
public static ReflectedRelation<Integer,Integer> ltInteger
public static ReflectedRelation<Integer,Integer> geqInteger
public static ReflectedRelation<Integer,Integer> gtInteger
see also the complete user documentation .