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. More... | |
Contains method to compute the binomial coefficient.
Definition at line 36 of file binomial_coefficient.h.
|
inlinestatic |
Calculates the binomial coefficient.
n | upper value |
k | lower value |
Definition at line 44 of file binomial_coefficient.h.