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