|
Fawkes API
Fawkes Development Version
|
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.
| 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.