Uses of Class
org.projog.core.math.AbstractBinaryArithmeticOperator
-
Packages that use AbstractBinaryArithmeticOperator Package Description org.projog.core.math.builtin Provides arithmetic operators. -
-
Uses of AbstractBinaryArithmeticOperator in org.projog.core.math.builtin
Subclasses of AbstractBinaryArithmeticOperator in org.projog.core.math.builtin Modifier and Type Class Description classAdd+- performs addition.classMultiply*- performs multiplication.classPower**- calculates the result of the first argument raised to the power of the second argument.classSubtract-- performs subtraction.
-