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