danhab99@programming.dev to Programmer Humor@programming.dev · 2 days agoIt's just C with two plus signs, how hard could it be?programming.devimagemessage-square26linkfedilinkarrow-up1138arrow-down15file-text
arrow-up1133arrow-down1imageIt's just C with two plus signs, how hard could it be?programming.devdanhab99@programming.dev to Programmer Humor@programming.dev · 2 days agomessage-square26linkfedilinkfile-text
minus-squareKenny2999@lemmy.worldlinkfedilinkarrow-up74·2 days agoThe difference is meaningless for large values of C.
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up6·1 day agoThough if it’s a signed number a large enough value can become a negative.
minus-squareChaoticNeutralCzech@feddit.orglinkfedilinkEnglisharrow-up4·1 day 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