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
Since there are a lot of issues around storing precision alongside actual value (#11, #12, #13), maybe we should make rules stricter and make decimals with different precisions incompatible:
Since there are a lot of issues around storing precision alongside actual value (#11, #12, #13), maybe we should make rules stricter and make decimals with different precisions incompatible:
BigDecimal(5, 3) === 5.000m
;1.0m !== 1.00m
;.toString()
preserves trailing zeros.Pros
Cons
The text was updated successfully, but these errors were encountered: