Class Summary |
BigDecimal |
Immutable, arbitrary-precision signed decimal numbers. |
BigInteger |
Immutable arbitrary-precision integers. |
BitSieve |
A simple bit sieve used for finding prime number candidates. |
MutableBigInteger |
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.
|
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.
|