putLeft

fun putLeft(left: T, piece: Polynomial<T>)

Dynamically adds a piece to the left side (beyond maximum argument value of previous piece)

Parameters

left

the new leftmost position. If is less than current rightmost position, an error is thrown.

piece

the sub-function.

Sources

common source
Link copied to clipboard