To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102054


User regina changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'regina'
--------------------------------------------------------------------------------
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------
                Keywords|                          |oooqa
--------------------------------------------------------------------------------
                Priority|P2                        |P3
--------------------------------------------------------------------------------




------- Additional comments from reg...@openoffice.org Tue May 19 15:45:43 
+0000 2009 -------
I think, OOo should be more accurate, when the arguments are pure integral 
numbers.

As far as I see, in interpr5.cxx the function approxSub is used for subtracting
in all cases. This calls approxEqual, which forces the result to zero, if the
difference is in the last three bits. I am right?
If yes, I suggest to make a case distinction whether the values are pure
integral numbers or not and use a simple minus, when both are pure integral
numbers. As far as I know, IEEE double is accurate up to the last bit in adding,
subtracting and multiplying, in the range of integral numbers. Why should OOo
intentially reduce accuracy?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to