plus

operator fun C.plus(other: Polynomial<C>): Polynomial<C>(source)
operator fun Polynomial<C>.plus(other: C): Polynomial<C>(source)

Returns sum of the constant represented as a polynomial and the polynomial.


open operator override fun Polynomial<C>.plus(other: Polynomial<C>): Polynomial<C>(source)

Returns sum of the polynomials.