Menu

Polynomial

Nicolas Hainaux
Attachments
dbg_polynomial.png (1543 bytes)
memo_polynomial.png (2878 bytes)


A Polynomial is a Sum of Monomials. /!\ So far, the exponent is supposed to be 1.

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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.