Marco Cali

Results 1 issues of Marco Cali

Due to how the `exp` is calculated on `NewFromString` and `NewFromFloat`, two different `Decimals` may be created given the same number. ``` package main import ( "testing" "github.com/stretchr/testify/assert" "github.com/shopspring/decimal" )...