Chalkboard - v3.0.1
    Preparing search index...

    Function binomial

    • Returns the binomial coefficient for a polynomial.

      Parameters

      • n: number

        The degree of the polynomial

      • k: number

        The term of the polynomial

      Returns number

      // Returns 35
      const coeff = Chalkboard.numb.binomial(7, 3);