Package com.ezylang.evalex.operators.arithmetic
-
Class Summary Class Description InfixDivisionOperator Division of two numbers.InfixMinusOperator Subtraction of two numbers.InfixModuloOperator Remainder (modulo) of two numbers.InfixMultiplicationOperator Multiplication of two numbers.InfixPlusOperator Addition of numbers and strings.InfixPowerOfOperator Power of operator, calculates the power of right operand of left operand.PrefixMinusOperator Unary prefix minus.PrefixPlusOperator Unary prefix plus.