Performs a polynomial evaluation of x using Coefficients: a.

This VI is similar to the Polynomial Evaluation VI.

Note By default, reentrant execution is enabled in all Point By Point VIs.


icon

Inputs/Outputs

  • cdbl.png x

    x is an input data point.

  • c1ddbl.png Coefficients: a

    Coefficients: a contains the polynomial coefficients in ascending order of power.

    The number of elements in Coefficients: a is the polynomial order plus one.

  • idbl.png y

    y is the polynomial evaluation of x.

  • y is given by the following equation.

    where m denotes the polynomial order.