mirror of
https://github.com/pikami/slstatus.git
synced 2025-02-01 21:47:10 +00: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.