public class SubtractFrom extends AddTo
Constructor and Description |
---|
SubtractFrom() |
Modifier and Type | Method and Description |
---|---|
protected java.util.function.Function<IExpr,IExpr> |
getFunction(IExpr value,
EvalEngine engine)
Get the evaluation function for AddTo (similar for DivideBy, TimesBy and SubtractFrom).
|
evaluate, getFunctionSymbol, setUp
createRuleFromMethod, getNormalizedNegativeExpression, getNormalizedNegativeExpression, getPeriodicParts, getPureImaginaryPart, getRuleAST, initSerializedRules, isNegativeExpression
numericEval
protected java.util.function.Function<IExpr,IExpr> getFunction(IExpr value, EvalEngine engine)
AddTo
getFunction
in class AddTo
value
- the value which is assigned in this statement (i.e. variable += value
)