Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeNumber
Abstract base class for
CompositeNumber implementations. |
class |
BasicDigitSet
Basic implementation of a
DigitSet . |
class |
BasicRationalNumber
Basic implementation of a rational number.
|
class |
BigIntegerNumber
Basic implementation of an integer number.
|
class |
CompositeNumber
A composite real number.
|
class |
DigitSet
A set of digits, having a radix and an exponent.
|
class |
IntegerNumber
An immutable integer number.
|
class |
Power
A power, consisting of a base and an exponent.
|
class |
Product
A product of two real numbers.
|
class |
RationalNumber
Rational number.
|
class |
RealNumber
An immutable real number.
|
class |
SmallIntegerNumber
Implementation of an
IntegerNumber based on a
int value. |
class |
Sum
A sum of two real numbers.
|