danhab99@programming.dev to Programmer Humor@programming.dev · 15 days agoIt's just C with two plus signs, how hard could it be?programming.devimagemessage-square27linkfedilinkarrow-up1143arrow-down15file-text
arrow-up1138arrow-down1imageIt's just C with two plus signs, how hard could it be?programming.devdanhab99@programming.dev to Programmer Humor@programming.dev · 15 days agomessage-square27linkfedilinkfile-text
minus-squareKenny2999@lemmy.worldlinkfedilinkarrow-up78·15 days agoThe difference is meaningless for large values of C.
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up7·14 days agoThough if it’s a signed number a large enough value can become a negative.
minus-squareChaoticNeutralCzech@feddit.orglinkfedilinkEnglisharrow-up5·14 days agoIf it’s a float, it will stop incrementing when the precision stops covering every integer
The difference is meaningless for large values of C.
Though if it’s a signed number a large enough value can become a negative.
If it’s a float, it will stop incrementing when the precision stops covering every integer