43 Technologists trying to explain why the use of float primitives instead of ints invalidates any credibility of voting machines (media.patriots.win) πΊπΈποΈ MEME ARMY ποΈπΊπΈ posted 157 days ago by Kimball_Kinnison 157 days ago by Kimball_Kinnison +43 / -0 2 comments share 2 comments share save hide report block hide child comments Comments (2) sorted by: top new old worst ▲ 2 ▼ – jgardner 2 points 157 days ago +2 / -0 In a nutshell: computers can store numbers as integers (0, 1, 2, 3, etc...) or as floats. The problem with floats is that they are not precise. On a computer, 1/3 does not give you 0.3333.... There is no reason to use floats for the number of votes. permalink save report block reply ▲ -2 ▼ – deleted -2 points 157 days ago +1 / -3
In a nutshell: computers can store numbers as integers (0, 1, 2, 3, etc...) or as floats. The problem with floats is that they are not precise. On a computer, 1/3 does not give you 0.3333....
There is no reason to use floats for the number of votes.