To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71158
User er changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
Summary|ODFF: Inconsistent GCD() r|ODFF: Inconsistent GCD() a
|esults for non-integers |nd LCM() results for non-i
| |ntegers
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu May 8 19:55:17 +0000
2008 -------
In cws odff03:
sc/source/core/tool/interpr5.cxx 1.30.20.1
Actually rewrote the current implementation (too different that the patch would
apply) such that it matches more or less the changes of the second patch dated
Jan-22, plus got rid of some clumsiness by replacing
if(first){statement;while(next){statement}} with
if(first){do{statement}while(next);}. Since GCD(0,a)=>a also the
if(bFirst){fy=...}else{fx=...} was superfluous and fx=... applies always. See
cvs diff if all this sounds gibberish to you ;-)
The approxFloor() precision problem is solved with the changes from issue 86775.
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]