LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
excel/__init__.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/combinatorics/__init__.py
mathpy/combinatorics/binomial.py
mathpy/combinatorics/factorial.py
mathpy/combinatorics/tests/__init__.py
mathpy/combinatorics/tests/test_binomial.py
mathpy/combinatorics/tests/test_factorial.py
mathpy/distributions/__init__.py
mathpy/distributions/continuous.py
mathpy/distributions/discrete.py
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/differentiation.py
mathpy/numerical/integration.py
mathpy/numerical/polynomial.py
mathpy/numerical/roots.py
mathpy/numtheory/__init__.py
mathpy/numtheory/factor.py
mathpy/numtheory/gcd.py
mathpy/numtheory/integers.py
mathpy/numtheory/pi_approx.py
mathpy/numtheory/sequences.py
mathpy/random/__init__.py
mathpy/random/random.py
mathpy/random/sample.py
mathpy/settheory/__init__.py
mathpy/settheory/sets.py
mathpy/stats/__init__.py
mathpy/stats/aov.py
mathpy/stats/fa.py
mathpy/stats/hypothesis.py
mathpy/stats/simulate.py
mathpy/stats/summary.py