public class Functions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static double |
LOG2 |
Constructor and Description |
---|
Functions() |
Modifier and Type | Method and Description |
---|---|
static double |
log2(double x) |
static int |
max(int a,
int b) |
static int |
min(int a,
int b) |
static double |
sinc(double x) |
private static final double LOG2