Polynomial Operators

Operators

Addition(Polynomial, Polynomial) Computes the sum of two polynomials.
Multiply(Polynomial, Polynomial) Computes the product of two polynomials.
Subtraction(Polynomial, Polynomial) Computes the difference of two polynomials.
UnaryNegation(Polynomial) Negates a polynomial.

See Also