:: The degree of a polynomial poly with respect to variable.
mindeg(poly,var)
:: The least exponent of the terms with non-zero coefficients in
a polynomial poly with respect to the variable var.
In this manual, this quantity is sometimes referred to the minimum
degree of a polynomial for short.
return
non-negative integer
poly
polynomial
var
indeterminate
The least exponent of the terms with non-zero coefficients in
a polynomial poly with respect to the variable var.
In this manual, this quantity is sometimes referred to the minimum
degree of a polynomial for short.