To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75536
------- Additional comments from [EMAIL PROTECTED] Mon Mar 19 23:58:03 +0000 2007 ------- I think that actually openoffice implement the following to calculate quotient: if a/b < 0 q=roundup(a/b) if a/b > 0 q=rounddown(a/b) to respect the theorem it should be if a<0 q=roundup(a/b) if a>0 q=rounddown(a/b) with the rest then calculated as r=a-(b*q) --------------------------------------------------------------------- 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]
