template<unsigned int n, unsigned int k>
struct XEngine::Math::ComputeBinomialCoefficient< n, k >
This template metafunction computes the binomial coefficient, "n choose k", which is defined as n! / (k! * (n-k)!), where x! indicates the factorial of x.
The documentation for this struct was generated from the following file: