Class and Description |
---|
AbstractCompositeNumber
Abstract base class for
CompositeNumber implementations. |
BasicRationalNumber
Basic implementation of a rational number.
|
BigIntegerNumber
Basic implementation of an integer number.
|
CanNotCompareException
Exception thrown to indicate a compare operation failed.
|
CompositeNumber
A composite real number.
|
DigitSet
A set of digits, having a radix and an exponent.
|
IntegerNumber
An immutable integer number.
|
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.
|
RoundingModes
Set of standard rounding modes.
|
SmallIntegerNumber
Implementation of an
IntegerNumber based on a
int value. |
Sum
A sum of two real numbers.
|