orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 days agoFloating point arithmeticseviltoast.orgimagemessage-square44fedilinkarrow-up1747
arrow-up1747imageFloating point arithmeticseviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 days agomessage-square44fedilink
minus-squareSmoothLiquidation@lemmy.worldlinkfedilinkEnglisharrow-up12·1 day 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.