Package com.ibm.eou.decimal

Class Summary
ArithmeticConditions This class provides a set of conditions that can arise during numeric conversions and arithmetic operations.
BitString This class represents a field of binary bits, and provides some fundamental operations on them.
DecimalConstants This class provides static types and constants used by library methods on DecimalEncoder and DecimalDecoder for encoding and decoding binary representations of decimal floating-point numbers using the decimal32, decimal64 and decimal128 formats.
DecimalConstants.DecimalEncoding This class represents an encoding specification.
DecimalConstants.RoundingMode This class represents a rounding mode.
DecimalDecoder This class provides static library methods for interpreting and decoding binary representations of decimal floating-point numbers using the decimal32, decimal64 and decimal128 formats.
DecimalEncoder This class provides static library methods for encoding binary representations of decimal floating-point numbers using the decimal32, decimal64 and decimal128 formats.
ModelNumber This class represents a generic floating-point number, with almost no limitation on precision or magnitude, and also includes some special values.