Interface | Description |
---|---|
RoundingModes |
Set of standard rounding modes.
|
Class | Description |
---|---|
AbstractCompositeNumber |
Abstract base class for
CompositeNumber implementations. |
BasicDigitSet |
Basic implementation of a
DigitSet . |
BasicRationalNumber |
Basic implementation of a rational number.
|
BigIntegerNumber |
Basic implementation of an integer number.
|
CompositeNumber |
A composite real number.
|
DigitSet |
A set of digits, having a radix and an exponent.
|
IntegerNumber |
An immutable integer number.
|
NumberCentral |
A static factory that produces
RealNumber objects. |
Power |
A power, consisting of a base and an exponent.
|
Product |
A product of two real numbers.
|
RationalNumber |
Rational number.
|
RealNumber |
An immutable real number.
|
RoundingMode |
Rounding mode.
|
SmallIntegerNumber |
Implementation of an
IntegerNumber based on a
int value. |
Sum |
A sum of two real numbers.
|
Exception | Description |
---|---|
CanNotCompareException |
Exception thrown to indicate a compare operation failed.
|