Suppose there is election such that $n$ votes are given to $m$ candidates. I would like to express the results of elections in two decimal places, like
0.13
0.15
0.03
...
Suppose further that after listing those numbers, the decimal numbers add to, say 1.03 due to rounding offs. What is the correct method to express the result? Should I divide the 0.03 to three candidates who got highest number of votes to minimize the relative error or what kind of method I should use?