AddPolynomialExtension<T> extension

on

Methods

add(Polynomial<T> other, {DataType<T>? dataType, PolynomialFormat? format}) Polynomial<T>
Adds other to this Polynomial.
addEq(Polynomial<T> other) Polynomial<T>
In-place adds other to this Polynomial.

Operators

operator +(Polynomial<T> other) Polynomial<T>
Adds other to this Polynomial.