public abstract class MathExt
extends java.lang.Object
| Constructor and Description |
|---|
MathExt() |
| Modifier and Type | Method and Description |
|---|---|
static long |
binomial(int n,
int k) |
static int |
doubleFactorial(int k) |
static java.util.Set<java.lang.Integer> |
getIntegersFromTo(int from,
int to) |
static double |
round(double d,
int precision) |