SubPolynomialExtension<T> extension

on

Methods

sub(Polynomial<T> other, {DataType<T>? dataType, PolynomialFormat? format}) Polynomial<T>
Subtracts other to this Polynomial.
subEq(Polynomial<T> other) Polynomial<T>
In-place subtracts other to this Polynomial.

Operators

operator -(Polynomial<T> other) Polynomial<T>
Subtracts other to this Polynomial.