Uses of Class
org.projog.core.math.AbstractUnaryArithmeticOperator
-
Packages that use AbstractUnaryArithmeticOperator Package Description org.projog.core.math.builtin Provides arithmetic operators. -
-
Uses of AbstractUnaryArithmeticOperator in org.projog.core.math.builtin
Subclasses of AbstractUnaryArithmeticOperator in org.projog.core.math.builtin Modifier and Type Class Description classAbsabs- returns the absolute value of a numeric argument.classMinus-- minus operator.
-