| 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.
|
| 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.
|