Returns the binomial coefficient for a polynomial.
// Returns 35const coeff = Chalkboard.numb.binomial(7, 3); Copy
// Returns 35const coeff = Chalkboard.numb.binomial(7, 3);
The degree of the polynomial
The term of the polynomial
Returns the binomial coefficient for a polynomial.
Example