Mike McGann
Mike McGann
Thanks for the report. I'll take a look at it next week.
I am able to reproduce this bug.
I am using mrf_read.py
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,...