Return All Terms

m0, m1, … = polyo:terms()

Returns the coefficients as a set.

Hint

Use Lua's {..} wrapper to convert to an indexed table:
t = {polyo:terms()}

Hint

The Lua size-of method returns the number of polynomial terms:
n = #polyo