Calculates the Binomial Coefficient for non-negative integer values of n and k. Details
![]() |
n is any non-negative integer. |
![]() |
k is any non-negative integer. |
![]() |
binomial coefficient (n,k) is the result of the calculation of the binomial coefficient for the given values of n and k. |
![]() |
error returns any error or warning condition from the VI. |
The binomial coefficient is determined by
Binomial coefficients can have many digits, even in the case of relatively small numbers n and k. The data type most suited for the binomial coefficient is a double real. You can directly calculate the factorial functions, n!, k!, and (n k)!, with the Gamma Function VI. Refer to the Gamma Function VI for more information.