#ifndef BINOMIAL_COEFFICIENT_CHOOSE_H #define BINOMIAL_COEFFICIENT_CHOOSE_H int binomialCoeff(int const n, int const k); #endif