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, first level.
protected  int RationalNumber.compareToImpl(RationalNumber n)
          Compares this number with the specified rational number, second level.
protected  int IntegerNumber.compareToImpl(RationalNumber n)
           
protected  int IntegerNumber.compareTo(IntegerNumber n)
          Compares this number with the specified integer number, first level.
protected  int IntegerNumber.compareToImpl(IntegerNumber n)
          Compares this number with the specified integer number, second level.
static Sum Sum.createInstance(RealNumber a, RealNumber b)
          Returns a Sum with the specified operands.
protected  int Sum.compareToImpl(RealNumber n)
           
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/.