func (d *Decimal) simplify() {// Using %10 returns the last digit in base 10 of a number.// If the precision is positive, that digit belongs to the right side of the decimal separator.ford.subunits%10==0&& d.precision >0{ d.precision-- d.subunits /=10} } copy Yspr waz cn i...