See: Description
| Class | Description |
|---|---|
| [source] BigDecimal |
Immutable, arbitrary-precision signed decimal numbers.
|
| [source] BigDecimal.StringBuilderHelper | |
| [source] BigInteger |
Immutable arbitrary-precision integers.
|
| [source] BitSieve |
A simple bit sieve used for finding prime number candidates.
|
| [source] MathContext |
Immutable objects which encapsulate the context settings which
describe certain rules for numerical operators, such as those
implemented by the
BigDecimal class. |
| [source] MutableBigInteger | |
| [source] SignedMutableBigInteger |
A class used to represent multiprecision integers that makes efficient
use of allocated space by allowing a number to occupy only part of
an array so that the arrays do not have to be reallocated as often.
|
| Enum | Description |
|---|---|
| [source] RoundingMode |
Specifies a rounding behavior for numerical operations
capable of discarding precision.
|