https://issues.apache.org/ooo/show_bug.cgi?id=124613

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Regina Henschel <[email protected]> ---
I think, that is is indeed duplicate to issue 64851. The result of addition
depends on the order of the arguments. In attached document using A1+A2+A3+A4
yields the shown precision problem, but A1+A2+A4+A3 has no error. The problem
is in the addition, not in the IF.

Tipp: Never test equality of decimal values using =, but always test with
 abs( difference ) < epsilon near zero.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to