decimal icon indicating copy to clipboard operation
decimal copied to clipboard

Empty string to decimal.Zero

Open shenghui0779 opened this issue 2 years ago • 2 comments

v, err := decimal.NewFromString("")

// err == nil
// v == decimal.Zero

shenghui0779 avatar May 27 '22 09:05 shenghui0779

any progress?

hunjixin avatar Oct 19 '23 15:10 hunjixin