danhab99@programming.dev to Programmer Humor@programming.dev · edit-215 days agoIt's just C with two plus signs, how hard could it be?programming.devimagemessage-square27fedilinkarrow-up1142file-text
arrow-up1142imageIt's just C with two plus signs, how hard could it be?programming.devdanhab99@programming.dev to Programmer Humor@programming.dev · edit-215 days agomessage-square27fedilinkfile-text
minus-squareKenny2999@lemmy.worldlinkfedilinkarrow-up78·15 days agoThe difference is meaningless for large values of C.
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up7·15 days agoThough if it’s a signed number a large enough value can become a negative.
minus-squareChaoticNeutralCzech@feddit.orglinkfedilinkEnglisharrow-up5·15 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