class="resources"
![]() |
X is the input data to be used in the polynomial evaluation. |
![]() |
Coefficients: a is the polynomial order plus one. The total number of elements in Coefficients: a is the polynomial order plus one. |
![]() |
Y is the output data. |
![]() |
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. |
The VI calculates the output array Y using the following equation.

where m denotes the polynomial order, n = 0, 1, 2, , m, a is the Coefficient array, and m + 1 is the number of coefficients.