Ephera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoIEEE 754cdn.fosstodon.orgimagemessage-square41linkfedilinkarrow-up1858arrow-down14file-text
arrow-up1854arrow-down1imageIEEE 754cdn.fosstodon.orgEphera@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square41linkfedilinkfile-text
minus-squarelone_faerie@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up9·1 year agoA lot of work has gone into making floating point numbers efficient and they cover 99% of use cases. In the rare case you really need perfect fractional accuracy, it’s not that difficult to implement as a pair of integers.
A lot of work has gone into making floating point numbers efficient and they cover 99% of use cases. In the rare case you really need perfect fractional accuracy, it’s not that difficult to implement as a pair of integers.