#include <utils/math/binomial_coefficient.h>
Static Public Member Functions | |
static unsigned int | binoc (unsigned int n, unsigned int k) |
Calculates 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.