MANIFEST.in
README.md
setup.cfg
setup.py
excel/udfs/__init__.py
excel/udfs/linalgebra.py
excel/udfs/numbertheory.py
excel/udfs/statistics.py
mathpy/__init__.py
mathpy/_lib.py
mathpy.egg-info/PKG-INFO
mathpy.egg-info/SOURCES.txt
mathpy.egg-info/dependency_links.txt
mathpy.egg-info/requires.txt
mathpy.egg-info/top_level.txt
mathpy/linalgebra/__init__.py
mathpy/linalgebra/lu.py
mathpy/linalgebra/matrix.py
mathpy/linalgebra/norm.py
mathpy/linalgebra/qr.py
mathpy/numerical/__init__.py
mathpy/numerical/polynomial.py
mathpy/numerical/roots.py
mathpy/numtheory/__init__.py
mathpy/numtheory/binomial.py
mathpy/numtheory/factor.py
mathpy/numtheory/factorial.py
mathpy/numtheory/gcd.py
mathpy/numtheory/primes.py
mathpy/numtheory/sequences.py
mathpy/settheory/__init__.py
mathpy/settheory/sets.py
mathpy/stats/__init__.py
mathpy/stats/covariance.py
mathpy/stats/hypothesis.py
mathpy/stats/sim_corr.py
mathpy/stats/variance.py