Polynomial Properties |
The Polynomial type exposes the following members.
Name | Description | |
---|---|---|
![]() | Coefficients | The coefficients of the polynomial in a |
![]() | Degree | Degree of the polynomial, i.e. the largest monomial exponent. For example, the degree of y=x^2+x^5 is 5, for y=3 it is 0. The null-polynomial returns degree -1 because the correct degree, negative infinity, cannot be represented by integers. |
![]() ![]() | Zero |