To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59112
                  Issue #:|59112
                  Summary:|Wrong Calculation "Ganzzahl()", "Kürzen()"
                Component:|Spreadsheet
                  Version:|OOo 2.0.1
                 Platform:|PC
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|spreadsheet
              Reported by:|thomaskrumbein





------- Additional comments from [EMAIL PROTECTED] Fri Dec  9 00:04:15 -0800 
2005 -------
I found a wrong calulation by dealing with big numbers. 
Situation: last digit of a large number should be removed.
For examble:  Number:   123456  -> expected result:  12345
I use the formula "=Ganzzahl(123456/10)" or "=Kürzen(123456/10;0)" which should
both deliver the right result. 
OK, this works fine, but when I use the following number, it false:
293045370521579 -> 29304537052157,9 -> 29304537052157   this is expected 
behaviour,
293045370521579 -> 29304537052157,9 -> 29304537052158   this is the real 
behavior. 
Result is one to high! 
I only can reproduce this behavior with this number. If you change the last
digit to 8 or lower, everything is ok, but exact this number do not work.
I checked the same number an the same formula on Excel 2000 and it work fine.
What is wrong with OOo?

---------------------------------------------------------------------
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]

Reply via email to