Fawkes API
Fawkes Development Version
|
#include <>>
Static Public Member Functions | |
static unsigned int | binoc (unsigned int n, unsigned int k) |
Calculates the binomial coefficient. More... | |
Contains method to compute the binomial coefficient.
Definition at line 41 of file binomial_coefficient.h.
|
inlinestatic |
Calculates the binomial coefficient.
n | upper value |
k | lower value |
Definition at line 50 of file binomial_coefficient.h.