decimal
decimal copied to clipboard
decimal: add support for the decomposer interface
While I beleive this code is accurate, tests currently don't pass due to what I beleive is a bug in Decimal.String when printing all decimal values. A specific test for this failure was added. Once the strings are printing correctly, tests should pass.
For golang/go#30870