To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74704
                 Issue #|74704
                 Summary|B(total,1,min,max) gives Err:502
               Component|Spreadsheet
                 Version|OOo 2.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P4
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|regina





------- Additional comments from [EMAIL PROTECTED] Tue Feb 20 17:37:31 +0000 
2007 -------
If you use "1" for the success probability you get a Err:502. But that is not
necessary. If you use BINOMDIST, you get no error.
Example
 B(10;1;0;4) gives Err:502 
But
 BINOMDIST(4;10;1;1) works and gives 0.
For success probability less than 1 the values of B(n;p;0;k) and
BINOMDIST(k;n;1;1) are identical.

It should result in 1 if max=total and 0 in all other cases.

---------------------------------------------------------------------
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]

Reply via email to