NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Classes | |
class | BasicPolynomial |
class | PolynomialInterface |
class | TermIndices |
Variables | |
_log = logging.getLogger('nzmath.poly.multivar') | |
Class definitions of multivariate polynomials. The polynomials are immutable data types, under the public API. If one tries to manipulate its underlying data attributes, immutability will be able to be broken.
|
private |
Definition at line 16 of file multivar.py.