Decimal.maxCoefficient

maximum value of the coefficient.

struct Decimal(immutable Context _context = DefaultContext)
enum maxCoefficient = BigInt(10)^^precision - 1;

Meta