#include <Combinatoric.h>
Static Public Attributes | |
| static const unsigned int | value = N*choose<N-1,T-1>::value/T |
| The result of the computation. | |
Definition at line 41 of file Combinatoric.h.
|
|||||
|
The result of the computation. By putting the division at the end, we guarantee that there will be no problems with dropped remainders. Definition at line 48 of file Combinatoric.h. |
1.4.1