To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=71158
------- Additional comments from [EMAIL PROTECTED] Mon Jan 8 15:24:15 -0800 2007 ------- Thank you. LCM doesn't currently work with non-integers eg LCM(0.4;1.2) so you'd probably need to tackle that as well if you wanted to have GCD working with non-integers. The other issue about negative arguments is when they are mixed, eg -12 and +15. GCD and LCM return negative results - I guess as a matter of definition rather than mathematics? That still obeys |a*b| = GCD(a,b) * LCM(a,b) but the | | is then crucial. The formula does appear sometimes as a*b = GCD(a,b) * LCM(a,b) in which case it fails --------------------------------------------------------------------- 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]
