Rounding
From Kolmisoft Wiki
Jump to navigationJump to search
Rounding in MOR GUI is done only when showing final result. All values are not rounded in database.
Why? Example: 0.027 + 0.027 = 0.054 rounded is 0.05, if you are rounding each step, then you get: 0.03 + 0.03 = 0.06 which is not so right as 0.05.