To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64851 Issue #:|64851 Summary:|sum precision differs for inline and cell arguments Component:|Spreadsheet Version:|OOo 2.0.2 Platform:|PC URL:| OS/Version:|Windows XP Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|ui Assigned to:|spreadsheet Reported by:|spapani
------- Additional comments from [EMAIL PROTECTED] Thu Apr 27 06:58:44 -0700 2006 ------- In Calc, entering in a cell the formula [decimal separator is the comma , ] =SUM(-2,1;1495,87;-1493,77) gives (for scientific formatting) 0,00E+000 . Putting exactly the same three values in cells A1, A2 and A3 of the spreadsheet and using the formula =SUM(A1:A3) gives (for the same formatting as above) -9,10E-014 while =A1+A2+A3 gives again 0,00E+000 I understand the problem of finite precision math, however the three computations above should give the same result. The same issue can be reproduced with other triplets of numbers. --------------------------------------------------------------------- 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]
