Calculate mul and div.
other hand value.
calculated price.
immutable a = Decimal(123456, 3); assert(a * 2 == Decimal(246912, 3)); assert(a / 2 == Decimal(123456 / 2, 3));
See Implementation
Calculate mul and div.