To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78250
------- Additional comments from [EMAIL PROTECTED] Fri Jul 6 16:45:53 +0000 2007 ------- The patch contains the changes in interpr3.cxx which I made for CORREL, COVAR, PEARSON, RSQ, STEYX, SLOPE, INTERCEPT, FORECAST In all cases I have exchanged terms like N*sum(xy)-sum(x)*sum(x) with the term N*sum((x-meanx)(y-meany)), which are mathematically equal. In issue 47724 the error code DIV/0! is introduced. I have commented where SetNoValue() should be replaced with PushError(errDivisionByZero). I could not test that, because I have no build with cws_dr55. --------------------------------------------------------------------- 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]
