orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 days agoFloating point arithmeticseviltoast.orgimagemessage-square44fedilinkarrow-up1742arrow-down15
arrow-up1737arrow-down1imageFloating point arithmeticseviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 days agomessage-square44fedilink
minus-squareSmoothLiquidation@lemmy.worldlinkfedilinkEnglisharrow-up12·2 days agoAs other people mentioned, things like the decimal structure works well, but you can also just use an int to store how many pennies something costs and convert it to dollars for display.
As other people mentioned, things like the decimal structure works well, but you can also just use an int to store how many pennies something costs and convert it to dollars for display.