|
MathBinomialCoefficientLog
Calculates the logarithm of the binomial coefficient: Log(C(n,k))=Log(n!/(k!*(n-k)!))
Version for integer arguments:
double MathBinomialCoefficientLog(
|
Version for real arguments:
double MathBinomialCoefficientLog(
|
Parameters
n
[in] The number of elements.
k
[in] The number of elements for each combination.
Return Value
The logarithm of C(n,k).