Dew Math for .NET
|
Binomial coefficient C(n,k).
Parameters |
Description |
int N |
n in nCk. |
int K |
k in nCk. |
the binomial coefficient nCk.
Binomial coefficient nCk is the number of ways of picking k unordered outcomes from n possibilities, also known as a combination or combinatorial number. The binomial coefficient is defined by the following equation:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|