1 2 3 4 5 6
#ifndef BINOMIAL_COEFFICIENT_CHOOSE_H #define BINOMIAL_COEFFICIENT_CHOOSE_H int binomialCoeff(int const n, int const k); #endif