Package com.upokecenter.numbers
-
Class Summary Class Description EContext Contains parameters for controlling the precision, rounding, and exponent range of arbitrary-precision numbers.EDecimal EDecimals A class that implements additional operations on arbitrary-precision decimal numbers.EFloat EFloats A class that implements additional operations on arbitrary-precision binary floating-point numbers.EInteger Represents an arbitrary-precision integer.ERational Represents an arbitrary-precision rational number. -
Enum Summary 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 Summary Exception Description ETrapException Exception thrown for arithmetic trap errors.