| Modifier and Type | Class and Description |
|---|---|
class |
BasicDigitSet
Basic implementation of a
DigitSet. |
| Modifier and Type | Method and Description |
|---|---|
DigitSet |
SmallIntegerNumber.round(int radix,
int precision,
RoundingMode roundingMode) |
DigitSet |
RealNumber.round(int radix,
int precision,
RoundingMode roundingMode)
Rounds to the specified radix, using the specified precision and
rounding mode.
|
DigitSet |
DigitSet.toPrecision(int precision)
Returns a digit set with the specified precision.
|
protected abstract DigitSet |
DigitSet.toPrecisionImpl(int precision)
Returns a digit set with the specified precision, actual implementation.
|
DigitSet |
BasicDigitSet.toPrecisionImpl(int precision) |