class="resources"
Removes from P(x) In the trailing coefficients near zero whose absolute values are less than threshold. You can use this polymorphic VI to remove the trailing coefficients near zero from a real polynomial or a complex polynomial. The data type you wire to the P(x) In input determines the polymorphic instance to use.

![]() |
P(x) In contains the real polynomial coefficients in ascending order of power. |
![]() |
threshold specifies the level at which the VI removes from P(x) In the trailing elements whose absolute values are less than or equal to threshold. If all the elements in P(x) In are less than or equal to threshold, P(x) Out returns a one-element array that contains the first element of P(x) In. |
![]() |
P(x) Out returns the result of removing the trailing near zero coefficients from P(x) In. |
![]() |
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) In contains the complex polynomial coefficients in ascending order of power. |
![]() |
threshold specifies the level at which the VI removes from P(x) In the trailing elements whose absolute values are less than or equal to threshold. If all the elements in P(x) In are less than or equal to threshold, P(x) Out returns a one-element array that contains the first element of P(x) In. |
![]() |
P(x) Out returns the result of removing the trailing near zero coefficients from P(x) In. |
![]() |
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. |