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

  • cdbl.png a

    a specifies the real value at which the VI evaluates P(x).

  • c1ddbl.png P(x)

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

  • idbl.png P(a)

    P(a) returns the result of evaluating P(x) at 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.