ACKNOWLEDGEMENTS.txt
CHANGES.txt
HISTORY.txt
LICENSE.txt
MANIFEST.in
README.txt
nzmathconf.py.example
pyproject.toml
tutorial.txt
enttakagi/__init__.py
enttakagi/sec01.py
enttakagi/sec02.py
enttakagi/sec03.py
enttakagi/sec04.py
enttakagi/sec04a.py
enttakagi/sec04b.py
enttakagi/sec04c.py
enttakagi/sec04d.py
enttakagi/sec05.py
enttakagi/sec06.py
enttakagi/sec06a.py
enttakagi/sec06b.py
enttakagi/sec07.py
enttakagi/sec07a.py
enttakagi/sec08.py
enttakagi/sec09.py
enttakagi/sec10.py
enttakagi/sec10a.py
enttakagi/sec11.py
enttakagi/utils.py
src/nzmath/__init__.py
src/nzmath/algfield.py
src/nzmath/algorithm.py
src/nzmath/all.py
src/nzmath/arith1.py
src/nzmath/arygcd.py
src/nzmath/bigrandom.py
src/nzmath/bigrange.py
src/nzmath/combinatorial.py
src/nzmath/compatibility.py
src/nzmath/config.py
src/nzmath/cubic_root.py
src/nzmath/cyclotomic.py
src/nzmath/ecpp.py
src/nzmath/elliptic.py
src/nzmath/equation.py
src/nzmath/finitefield.py
src/nzmath/gcd.py
src/nzmath/group.py
src/nzmath/imaginary.py
src/nzmath/intresidue.py
src/nzmath/lattice.py
src/nzmath/matrix.py
src/nzmath/module.py
src/nzmath/multiplicative.py
src/nzmath/permute.py
src/nzmath/plugins.py
src/nzmath/prime.py
src/nzmath/prime_decomp.py
src/nzmath/quad.py
src/nzmath/rational.py
src/nzmath/real.py
src/nzmath/residue.py
src/nzmath/ring.py
src/nzmath/round2.py
src/nzmath/sequence.py
src/nzmath/squarefree.py
src/nzmath/vector.py
src/nzmath.egg-info/PKG-INFO
src/nzmath.egg-info/SOURCES.txt
src/nzmath.egg-info/dependency_links.txt
src/nzmath.egg-info/top_level.txt
src/nzmath/config/nzmathconf.py
src/nzmath/data/discriminant.csv
src/nzmath/factor/__init__.py
src/nzmath/factor/ecm.py
src/nzmath/factor/find.py
src/nzmath/factor/methods.py
src/nzmath/factor/misc.py
src/nzmath/factor/mpqs.py
src/nzmath/factor/util.py
src/nzmath/manual/en/nzmath_doc.pdf
src/nzmath/manual/ja/nzmath_doc.pdf
src/nzmath/plugin/__init__.py
src/nzmath/plugin/math/__init__.py
src/nzmath/plugin/math/_mpmath.py
src/nzmath/plugin/math/default.py
src/nzmath/poly/__init__.py
src/nzmath/poly/array.py
src/nzmath/poly/factor.py
src/nzmath/poly/formalsum.py
src/nzmath/poly/groebner.py
src/nzmath/poly/hensel.py
src/nzmath/poly/multiutil.py
src/nzmath/poly/multivar.py
src/nzmath/poly/ratfunc.py
src/nzmath/poly/ring.py
src/nzmath/poly/termorder.py
src/nzmath/poly/uniutil.py
src/nzmath/poly/univar.py
test/testAlgfield.py
test/testAlgorithm.py
test/testAll.py
test/testArith1.py
test/testArygcd.py
test/testBigrandom.py
test/testBigrange.py
test/testCombinatorial.py
test/testCompatibility.py
test/testCubic_root.py
test/testCyclotomic.py
test/testEcpp.py
test/testElliptic.py
test/testEquation.py
test/testFactorEcm.py
test/testFactorFind.py
test/testFactorMethods.py
test/testFactorMisc.py
test/testFactorMpqs.py
test/testFactorUtil.py
test/testFiniteField.py
test/testFormalsum.py
test/testGcd.py
test/testGroebner.py
test/testGroup.py
test/testImaginary.py
test/testIntresidue.py
test/testLattice.py
test/testMatrix.py
test/testMatrixFiniteField.py
test/testModule.py
test/testMultiplicative.py
test/testMultiutil.py
test/testMultivar.py
test/testPermute.py
test/testPlugins.py
test/testPolyArray.py
test/testPolyFactor.py
test/testPolyHensel.py
test/testPolyRing.py
test/testPrime.py
test/testPrime_decomp.py
test/testQuad.py
test/testRatfunc.py
test/testRational.py
test/testReal.py
test/testResidue.py
test/testRing.py
test/testRound2.py
test/testSequence.py
test/testSquarefree.py
test/testTermOrder.py
test/testUniutil.py
test/testUnivar.py
test/testVector.py