Menu

Polynomial

Nicolas Hainaux
Attachments
dbg_polynomial.png (1543 bytes)
memo_polynomial.png (2878 bytes)
There is a newer version of this page. You can find it here.


A Polynomial is a Sum of Monomials.

Possible args for __init__():
DEFAULT | [Monomial|Polynomial] | Sum(Monomial|Polynomial) | (RANDOMLY, max_coeff, max_degree, length)

Fields:
degree: (read-only) the degree of the Polynomial

Debugging info:

Check Polynomial's complete doc

Back to Core Objects