minus

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

Returns difference between the constant represented as a polynomial and the polynomial.


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

Returns difference of the polynomials.