Contains method to compute the binomial coefficient. More...
#include <>>
Static Public Member Functions | |
| static unsigned int | binoc (unsigned int n, unsigned int k) |
| Calculates the binomial coefficient. | |
Contains method to compute the binomial coefficient.
Definition at line 36 of file binomial_coefficient.h.
| static unsigned int fawkes::BinomialCoefficient::binoc | ( | unsigned int | n, | |
| unsigned int | k | |||
| ) | [inline, static] |
Calculates the binomial coefficient.
| n | upper value | |
| k | lower value |
Definition at line 44 of file binomial_coefficient.h.
1.7.1