Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | Namespace Members | Class Members | Related Pages

ComputeBinomialCoefficient Struct Template Reference
[XEngineMath Library]

List of all members.

Detailed Description

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: