public interface INumeric
| Modifier and Type | Method and Description |
|---|---|
double |
evalReal(double[] stack,
int top,
int size)
Evaluate the function to a double number
|
double evalReal(double[] stack,
int top,
int size)
DoubleStackEvaluator