times

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

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


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

Returns product of the polynomials.