2.2.1.7 Decimal

The Decimal type represents numeric values with fixed precision and scale. The required precision and scale can be specified using its optional Precision and Scale facets. The Decimal type can describe a numeric value ranging from negative 10^255 + 1 to positive 10^255 -1.