Difference between revisions of "Rounding"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: 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, the...) |
|||
Line 1: | Line 1: | ||
Rounding in MOR GUI is done only when showing final result | Rounding in MOR GUI is done only when showing the final result. | ||
Why? | Values are not rounded in the database. Why not? For example: 0.027 + 0.027 = 0.054. Rounded, this comes to 0.05. But if you are rounding each step, then you get: 0.03 + 0.03 = 0.06. This figure is not so accurate as 0.05. |
Revision as of 13:22, 29 April 2010
Rounding in MOR GUI is done only when showing the final result.
Values are not rounded in the database. Why not? For example: 0.027 + 0.027 = 0.054. Rounded, this comes to 0.05. But if you are rounding each step, then you get: 0.03 + 0.03 = 0.06. This figure is not so accurate as 0.05.