Mike McGann

Results 5 comments of Mike McGann

Thanks for the report. I'll take a look at it next week.

Yes, it is used in our automated end-to-end tests

The Reduce method will remove those zeros: ```go x := new(apd.Decimal) _, _ = x.SetFloat64(0) multiplier := new(apd.Decimal) _, _ = multiplier.SetFloat64(100) result := new(apd.Decimal) _, _ = apd.BaseContext.Mul(result, x,...