operator unary- method

Polynomial<T> operator unary-()

Negates this Polynomial.

Implementation

Polynomial<T> operator -() => neg();