QHyper.polynomial#

Module for polynomial representation. Implementation of the polynomials using dictionaries. Used in the whole system.

Main class

Polynomial()

Class for representing polynomials.

MyPy Type

PolynomialType#

alias of Polynomial | float | int | dict[tuple[str, …], float]