Class Summary |
BigDecimal |
Untamed: Immutable, arbitrary-precision signed decimal numbers. |
BigInteger |
Safe: |
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. |