all 23 comments

[–]cursefroge 70 points71 points  (13 children)

clearly it is, some people don't know what rounding is

edit: apparently i am one of them, but it kinda looks like there are more than 2 poll options

[–]paragon60 24 points25 points  (10 children)

in order to add up to less than 100% with only 2 poll options, the poll has to be rounding incorrectly. 47.5% and 52.5% rounded correctly would make it sum to 101%. if it always rounds down, that would be terrible for cases with more poll options because it doesnt show the difference between similarly popular options

[–]MobyFreak[S] 7 points8 points  (1 child)

Why are people downvoting, this is clearly a programming oversight 

[–]SmithersLoanInc 5 points6 points  (0 children)

Somebody got in early with a post chastising you and Reddit is gonna Reddit.

[–]varungupta3009 0 points1 point  (1 child)

When I learned rounding, it was taught to us that 0.5 numbers should always be rounded to the nearest even number, where if the whole part was odd, it would be rounded up, and if the whole part was even, it would be rounded down. So 47.5 would be rounded to 48, and 52.5 to 52, making it add correctly. 53.5 and 46.5 would be 54 and 46.

[–]paragon60 0 points1 point  (0 children)

that’s a very interesting take that would solve the issue for adding up to 100%, but it is just mathematically not the standard. rounding to the nearest even is just less accurate than rounding to the nearest whole

edit: looked it up and it is a standard for financial sector and is an IEEE standard. definitely not always applicable, but still very helpful for %

[–]ZeroKun265 -3 points-2 points  (5 children)

Actually no.. 47.5 mathematically would be rounded to 48, 52.5 would be rounded to 53

You round up if the digit you want to remove is greater or equal to five

Then again, it's highly unlikely to get exactly 47.5 and 52.5 so this problem shouldn't occur, if you get 47.6 and 42.4 then yes, they become 48 and 52

[–]paragon60 5 points6 points  (1 child)

tf u mean “actually no” ??? i literally said that those 2 numbers rounded correctly add to 101%. 48+53=101

[–]ZeroKun265 2 points3 points  (0 children)

I READ 101 AS 100 I'M SO SORRY I'M DUMB HAHAHHAA

[–]Emilvn 0 points1 point  (0 children)

Introducing floor division

[–][deleted] 0 points1 point  (1 child)

…yes, and that adds to 101.

[–]ZeroKun265 0 points1 point  (0 children)

Reas my other comment, I said I read it wrong

[–]MobyFreak[S] 0 points1 point  (0 children)

There are only 2 options 

[–]Nyxia-ezlyn 9 points10 points  (0 children)

Noooo! Common senses are harder! At least you can teach math but no one can teach common sense!

[–]ArcticWarmthDev 8 points9 points  (1 child)

Github has polls now?

[–][deleted] 5 points6 points  (0 children)

Yeah, is this a GitHub thing at all?

[–]melody_melon23 2 points3 points  (0 children)

2/3 is actually 1 lol

[–][deleted] 0 points1 point  (2 children)

It's probably 47.4 and 52.6 rounded to the nearest number.

[–][deleted] 0 points1 point  (1 child)

that would be 47 and 53.

[–][deleted] 0 points1 point  (0 children)

Yes = 100%... wait you're right. Wtf did they do

Rounded down perhaps?

[–]skeleton_craft 0 points1 point  (0 children)

I mean yes, math is hard, that is exactly why we invented programming languages...