nifty@lemmy.world to Programmer Humor@programming.dev · 9 months agoStop using floatslemmy.worldimagemessage-square84fedilinkarrow-up1785arrow-down135
arrow-up1750arrow-down1imageStop using floatslemmy.worldnifty@lemmy.world to Programmer Humor@programming.dev · 9 months agomessage-square84fedilink
minus-squareLmaydev@programming.devlinkfedilinkarrow-up2·edit-29 months agoI feel like that’s adding overhead to every operation to catch the few operations that could result in a nan. But I guess you could provide alternative safe versions of float operations to account for this. Which may be what you meant thinking about it lol
minus-squareEphera@lemmy.mllinkfedilinkarrow-up1·9 months agoI would want the safe version to be the default, but yeah, both should exist. 🙃
I feel like that’s adding overhead to every operation to catch the few operations that could result in a nan.
But I guess you could provide alternative safe versions of float operations to account for this. Which may be what you meant thinking about it lol
I would want the safe version to be the default, but yeah, both should exist. 🙃