Construct a polynomial.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Polynomial_t), | intent(inout) | :: | this |
The polynomial to construct. |
||
integer, | intent(in) | :: | degree |
The degree of the polynomial. |