Package org.deri.iris.builtins.numeric

Class Summary
NumericAddBuiltin Represents the RIF built-in function func:numeric-add.
NumericDivideBuiltin Represents the RIF built-in function func:numeric-divide.
NumericEqualBuiltin Represents the RIF built-in predicate pred:numeric-equal.
NumericGreaterBuiltin Represents the RIF built-in predicate pred:numeric-greater-than.
NumericGreaterEqualBuiltin Represents the RIF built-in predicate pred:numeric-greater-equal-than.
NumericIntegerDivideBuiltin Represents a integer divide operation, i.e.
NumericLessBuiltin Represents the RIF built-in predicate pred:numeric-less-than.
NumericLessEqualBuiltin Represents the RIF built-in predicate pred:numeric-less-equal-than.
NumericModulusBuiltin Represents the RIF built-in function func:numeric-modulus.
NumericMultiplyBuiltin Represents the RIF built-in function func:numeric-multiply.
NumericNotEqualBuiltin Represents the RIF built-in predicate pred:numeric-not-equal.
NumericSubtractBuiltin Represents the RIF built-in function func:numeric-subtract.