class="resources"
Calculates the indefinite integral of P(x). You can use this polymorphic VI to calculate the indefinite integral of real polynomials or complex polynomials. The data type you wire to the P(x) input determines the polymorphic instance to use.

![]() |
P(x) contains the real polynomial coefficients in ascending order of power. |
![]() |
Indefinite Integral of P(x) returns the real polynomial coefficients of the indefinite integral of P(x) in ascending order of power. |
![]() |
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. |

![]() |
P(x) contains the complex polynomial coefficients in ascending order of power. |
![]() |
Indefinite Integral of P(x) returns the complex polynomial coefficients of the indefinite integral of P(x) in ascending order of power. |
![]() |
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. |