To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75279 Issue #|75279 Summary|improvement for BINOMDIST Component|Spreadsheet Version|OOo 2.2 RC3 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|ENHANCEMENT Priority|P3 Subcomponent|code Assigned to|spreadsheet Reported by|regina
------- Additional comments from [EMAIL PROTECTED] Sat Mar 10 20:09:12 +0000 2007 ------- The function BINOMDIST has a very early intern overflow. For example BINOMDIST(k;1458;0,4;0) gives an error #VALUE! You can avoid this, if you optimize multiplication and division during calculation. I'll attach a spreadsheet with a BASIC macro, where you can see how to do it. Use "Tabelle2" to compare my macro with the build-in function. The macro is included in the spreadsheet. Besides, the macro has a better precision. --------------------------------------------------------------------- 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]
