mirror of
https://github.com/pikami/slstatus.git
synced 2026-05-16 10:07:03 +01:00
68a3902dc5
First dividing by interval before multiplying with 1000 decreases the precision by +-(interval - 1) * 1000, as interval arithmetic always applies the Gauß-function to the result. This is not necessary and simply reordering the operations mitigates this.