Uses of Class
org.znerd.math.CanNotCompareException

Uses of CanNotCompareException in org.znerd.math
 

Methods in org.znerd.math that throw CanNotCompareException
protected  int RealNumber.compareToImpl(RealNumber n)
          Compares this number with the specified number, second level.
protected  int RationalNumber.compareToImpl(RealNumber n)
          Compares this number with the specified number, second level.
protected  int RationalNumber.compareToImpl2(RealNumber n)
          Compares this number with the specified number, third level.
protected  int RationalNumber.compareTo(RationalNumber n)
          Compares this number with the specified rational number.
protected  int RationalNumber.compareToImpl(RationalNumber n)
           
protected  int IntegerNumber.compareToImpl(RationalNumber n)
           
protected  int IntegerNumber.compareTo(IntegerNumber n)
           
protected  int IntegerNumber.compareToImpl(IntegerNumber n)
           
static Sum Sum.createInstance(RealNumber a, RealNumber b)
          Returns a Sum with the specified operands.
protected  int Sum.compareToImpl(RealNumber n)
           
 int Product.retryCompare(RealNumber n)
          Returns -1, 0 or 1 as this number is less than, equal to, or greater than n, where n is a real number.
protected  int SmallIntegerNumber.compareToImpl(IntegerNumber n)
           
 

Constructors in org.znerd.math that throw CanNotCompareException
Sum.Sum(RealNumber a, RealNumber b)
          Constructs a Sum based on the 2 specified operands.
 



See http://jump-math.sourceforge.net/.