Summary |
PayGlobal uses a rounding algorithm called "bankers' rounding", which is also know as "statistician's rounding" or the "round-to-even method". In traditional rounding:
In bankers' rounding:
|
Example |
If you use bankers' rounding to round to two decimal places, then:
If 0.5 was always rounded up to 1.0, then the average error would be 0.5. Conversely, if 0.5 was always rounded down to 0.0, then the average error would be -0.5. In bankers' rounding, the average errors balance out because 0.5 is rounded up half the time and down half the time. Banker’s rounding minimises rounding errors as is shown below:
|