This package provides arbitrary-precision integers and decimals.
more...
Classes
| BigDecimal |
Class which represents immutable arbritary precision decimal numbers. |
| BigInteger |
Class which represents immutable arbitrary precision integer numbers. |
| MathContext |
Immutable objects describing settings as rounding mode and digit precision
for the numerical operations provided by class BigDecimal. |
Enums
| RoundingMode |
An enum to specify the rounding behaviour for operations whose results
cannot be represented exactly. |