decimal icon indicating copy to clipboard operation
decimal copied to clipboard

Go Decimal package

Results 2 decimal issues
Sort by recently updated
recently updated
newest added

Discovered when creating #3, there appears to be a bug in Decimal.String that doesn't print a leading decimal point. For example, the following currently fails: ```Go func TestAllDecimalPrint(t *testing.T) {...

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...