Compute the terms of an mpoly object as a mpolyList.

# S3 method for mpoly
terms(x, ...)

Arguments

x

an object of class mpoly

...

additional parameters

Value

An object of class mpolyList.

Examples