Package org.projog.clp.math


package org.projog.clp.math
Contains classes that perform arithmetic operators using instances of Expression.
  • Classes
    Class
    Description
     
    The sum of two Expressions.
    The result of dividing one Expression by another.
    Contains methods for performing basic numeric operations which handle overflow errors by rounding down to java.lang.Long.MAX_VALUE or up to java.lang.Long.MIN_VALUE.
     
     
     
    The product of two Expressions.
    The difference of two Expressions.