Decimal arithmetic operations are governed by their context.
The context specifies the precision (number of decimal digits)
the maximum exponent value and the rounding mode in place for the operation.
The result of most operations will be rounded to the type precision
using the context rounding mode
Decimal arithmetic operations are governed by their context. The context specifies the precision (number of decimal digits) the maximum exponent value and the rounding mode in place for the operation. The result of most operations will be rounded to the type precision using the context rounding mode