return double |
Maximum number of combinations. |
int n |
Number of elements in the set. |
int k |
Number of elements to choose from the set. Each element is chosen at most once. |
Type Combinatorics
Namespace MathNet.Numerics
return double |
Maximum number of combinations. |
int n |
Number of elements in the set. |
int k |
Number of elements to choose from the set. Each element is chosen at most once. |
return double |
Maximum number of combinations with repetition. |
int n |
Number of elements in the set. |
int k |
Number of elements to choose from the set. Each element is chosen 0, 1 or multiple times. |
return double |
Maximum number of permutations without repetition. |
int n |
Number of (distinguishable) elements in the set. |
return double |
Maximum number of distinct variations. |
int n |
Number of elements in the set. |
int k |
Number of elements to choose from the set. Each element is chosen at most once. |
return double |
Maximum number of distinct variations with repetition. |
int n |
Number of elements in the set. |
int k |
Number of elements to choose from the set. Each element is chosen 0, 1 or multiple times. |