Evaluates the polynomial P(x) with a single value or multiple values. The data types you wire to the a and P(x) inputs determine the polymorphic instance to use.


icon

Inputs/Outputs

  • c1ddbl.png A

    A is an array of real values.

  • c1ddbl.png P(x)

    P(x) contains the real polynomial coefficients in ascending order of power.

  • i1ddbl.png P(A)

    P(A) returns the result of evaluating P(x) on an element-by-element basis with the values in A.

  • ii32.png error

    error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.