I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
get GPL
COST (GBP)
this unit 5.62
sub units 0.10
+
0

Binomial Coefficient

viewed 2989 times and licensed 149 times
Returns the binomial coefficient using the factorial function.
Controller: CodeCogs

Dependents

Info

Interface

C++
Excel

Binomial Coefficient

 
doublebinomial_coefficientintn
intk )[inline]
The binomial coefficient \inline  \left ( \begin{array}{c}n\\k \end{array} \right ) is the number of ways to pick k unordered outcomes from n possibilities. This is also known as combination number, \inline  _{n}C_k. It is defined as:

Parameters

nnumber of possibilities
knumber of outcomes

Authors

Will Bateman (August 2005)
Source Code

Source code is available when you agree to a GP Licence or buy a Commercial Licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.