public class DoubleStackEvaluator
extends java.lang.Object
Constructor and Description |
---|
DoubleStackEvaluator() |
Modifier and Type | Method and Description |
---|---|
static double |
eval(double[] stack,
int top,
IExpr expr) |
static double |
evalAST(double[] stack,
int top,
IAST ast) |
static double |
evalSymbol(ISymbol symbol) |