Return All Terms
m0, m1, … = polyo:terms()
Returns the coefficients as a set.
Use Lua's {..} wrapper to convert to an indexed table: t = {polyo:terms()}
{
}
t = {polyo:terms()}
The Lua size-of method returns the number of polynomial terms: n = #polyo
n = #polyo