public class Log10 extends AbstractArg1 implements INumeric
| Constructor and Description |
|---|
Log10() |
| Modifier and Type | Method and Description |
|---|---|
IExpr |
e1ObjArg(IExpr o) |
double |
evalReal(double[] stack,
int top,
int size)
Evaluate the function to a double number
|
void |
setUp(ISymbol symbol)
Evaluate built-in rules and define Attributes for a function.
|
e1ApcomplexArg, e1ApfloatArg, e1ComArg, e1ComplexArg, e1DblArg, e1FraArg, e1FunArg, e1IntArg, e1SymArg, evaluatecreateRuleFromMethod, getNormalizedNegativeExpression, getNormalizedNegativeExpression, getPeriodicParts, getPureImaginaryPart, getRuleAST, initSerializedRules, isNegativeExpressionnumericEvalpublic IExpr e1ObjArg(IExpr o)
e1ObjArg in class AbstractArg1public double evalReal(double[] stack,
int top,
int size)
INumericevalReal in interface INumericDoubleStackEvaluatorpublic void setUp(ISymbol symbol) throws SyntaxError
AbstractFunctionEvaluatorsetUp in interface IEvaluatorsetUp in class AbstractFunctionEvaluatorsymbol - the symbol which should be set upSyntaxError