You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Float64 cannot accurately represent numbers such as .1 exactly, which presents problems from performing any type of precise math operations with numbers that contain significant decimal places. Please add support for the decimal.Decimal data type.
Float64 cannot accurately represent numbers such as .1 exactly, which presents problems from performing any type of precise math operations with numbers that contain significant decimal places. Please add support for the decimal.Decimal data type.
https://pkg.go.dev/github.com/shopspring/decimal
The text was updated successfully, but these errors were encountered: