NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Go to the source code of this file.
Namespaces | |
nzmath.poly.uniutil | |
Functions | |
def | nzmath.poly.uniutil.inject_variable (polynom, variable) |
def | nzmath.poly.uniutil.polynomial (coefficients, coeffring) |
def | nzmath.poly.uniutil.OneVariableDensePolynomial (coefficient, variable, coeffring=None) |
def | nzmath.poly.uniutil.OneVariableSparsePolynomial (coefficient, variable, coeffring=None) |
def | nzmath.poly.uniutil.init_coefficient_ring (coefficients) |
Variables | |
nzmath.poly.uniutil._log = logging.getLogger("nzmath.poly.uniutil") | |
string | nzmath.poly.uniutil._MIXIN_MSG = "%s is mix-in" |
dictionary | nzmath.poly.uniutil.special_ring_table = {rational.IntegerRing: IntegerPolynomial} |