This package provides arbitrary-precision integers and decimals. more...
| 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. |
| RoundingMode | An enum to specify the rounding behaviour for operations whose results cannot be represented exactly. |