| Class | Description |
|---|---|
| EContext |
Contains parameters for controlling the precision, rounding, and exponent
range of arbitrary-precision numbers.
|
| EDecimal |
Represents an arbitrary-precision decimal floating-point number.
|
| EFloat |
Represents an arbitrary-precision binary floating-point number.
|
| EInteger |
Represents an arbitrary-precision integer.
|
| ERational |
Represents an arbitrary-precision rational number.
|
| Enum | Description |
|---|---|
| ERounding |
Specifies the mode to use when "shortening" numbers that otherwise
can't fit a given number of digits, so that the shortened number
has about the same value.
|
| Exception | Description |
|---|---|
| ETrapException |
Exception thrown for arithmetic trap errors.
|
CBOR for Java documentation, generated in 2016.