1 #ifndef POINCARE_BINOMIAL_COEFFICIENT_H 2 #define POINCARE_BINOMIAL_COEFFICIENT_H 14 template<
typename T>
static T compute(
T k,
T n);
16 constexpr
static int k_maxNValue = 300;
19 int writeTextInBuffer(
char * buffer,
int bufferSize,
int numberOfSignificantDigits = PrintFloat::k_numberOfStoredSignificantDigits)
const override {
Expression * clone() const override
Type type() const override
static int writePrefixExpressionTextInBuffer(const Expression *expression, char *buffer, int bufferSize, int numberOfDigits, const char *operatorName)
static T compute(T k, T n)