public class DivideBy extends AddTo
Constructor and Description |
---|
DivideBy() |
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).
|
protected ISymbol |
getFunctionSymbol() |
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
)protected ISymbol getFunctionSymbol()
getFunctionSymbol
in class AddTo