Closed mbflex closed 4 years ago
Simple example:
dHondt(c(250, 0, 100), c("A", "B", "C"), n_seats=3) [1] 2 1
I believe the result is wrong - it schould be [1] 2 0 1
Thanks @mbflex for the description. The bug is now fixed.
Simple example:
I believe the result is wrong - it schould be [1] 2 0 1