Expression Language Reference
    Preparing search index...
    • Returns the sum of a power series based on the formula.

      Category: Math and trigonometry

      Parameters

      • x: any

        The input value to the power series.

      • n: any

        The initial power to which you want to raise x.

      • m: any

        The step by which to increase n for each term in the series.

      • coefficients: any

        A set of coefficients by which each successive power of x is multiplied. The number of values in coefficients determines the number of terms in the power series. For example, if there are three values in coefficients, then there will be three terms in the power series.

      Returns number | Error