Trev13@programming.dev to Programming@programming.dev · 6 days agoBig Decimals: Stop Using Floats or Cents for Moneymedium.comexternal-linkmessage-square54linkfedilinkarrow-up1103arrow-down13
arrow-up1100arrow-down1external-linkBig Decimals: Stop Using Floats or Cents for Moneymedium.comTrev13@programming.dev to Programming@programming.dev · 6 days agomessage-square54linkfedilink
minus-squarenimpnin@sopuli.xyzlinkfedilinkarrow-up24·6 days agoMostly standardized? Maybe. What I know is that float summation is not associative, which means that things that are supposed to be equal (x + y + z = y + z + x) are not necessarily that for floats.
Mostly standardized? Maybe. What I know is that float summation is not associative, which means that things that are supposed to be equal (x + y + z = y + z + x) are not necessarily that for floats.