Modifier and Type | Method and Description |
---|---|
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 |
SmallIntegerNumber.compareToImpl(IntegerNumber n) |
protected int |
IntegerNumber.compareToImpl(IntegerNumber n)
Compares this number with the specified integer number, second 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 |
Sum.compareToImpl(RealNumber n) |
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.
|
static Sum |
Sum.createInstance(RealNumber a,
RealNumber b)
Returns a
Sum with the specified operands. |
Constructor and Description |
---|
Sum(RealNumber a,
RealNumber b)
Constructs a
Sum based on the 2 specified operands. |