Uses of Class
org.znerd.math.CanNotCompareException

Uses of CanNotCompareException in org.znerd.math
 

Methods in org.znerd.math that throw CanNotCompareException
protected  int IntegerNumber.compareTo(IntegerNumber n)
          Compares this number with the specified integer number, first level.
protected  int RationalNumber.compareTo(RationalNumber n)
          Compares this number with the specified rational number, first level.
protected  int IntegerNumber.compareToImpl(IntegerNumber n)
          Compares this number with the specified integer number, second level.
protected  int SmallIntegerNumber.compareToImpl(IntegerNumber n)
           
protected  int IntegerNumber.compareToImpl(RationalNumber n)
           
protected  int RationalNumber.compareToImpl(RationalNumber n)
          Compares this number with the specified rational number, second level.
protected  int RationalNumber.compareToImpl(RealNumber n)
          Compares this number with the specified number, second level.
protected  int RealNumber.compareToImpl(RealNumber n)
          Compares this number with the specified number, second level.
protected  int Sum.compareToImpl(RealNumber n)
           
protected  int RationalNumber.compareToImpl2(RealNumber n)
          Compares this number with the specified number, third level.
static Sum Sum.createInstance(RealNumber a, RealNumber b)
          Returns a Sum with the specified operands.
 

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



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