excel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
excel/udfs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
excel/udfs/linalgebra.py,sha256=XKpBqFGScmmQMs7HlmSgW35Goj7yB4-5daJpQ_6d2DI,9193
excel/udfs/numanalysis.py,sha256=gN_mnnDYV1NJ6qO2k8ltFy9MnykRxQRRgbleMeJtp6U,1035
excel/udfs/numbertheory.py,sha256=U4fyatMpcDxnuflzPZQLf4v6pNberL4aKzNLR7QJ5VU,7702
excel/udfs/settheory.py,sha256=Hn3Lh71ildaWayUMU6NimBdZKEXZwVNd2zheTYXw-eg,2769
excel/udfs/statistics.py,sha256=KZsd__z0N0cFTxjhfgxKTeILRvzI2XiG7N22gP9GQjw,1650
mathpy/__init__.py,sha256=HK-_eWi67oXAONpg7gFNkm0K1Bu7dbj50VA2VqYaqp4,78
mathpy/_lib.py,sha256=lG7y22hQ11WY2ozfTurll7TjeezDD7aHwyyvgOJ9El4,835
mathpy/combinatorics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/combinatorics/binomial.py,sha256=sntnFUFCMfc14GiwiLpuiMnuEyWRGsbyORF2oiy10x4,9302
mathpy/combinatorics/factorial.py,sha256=2TJZTxd2NXkmLfBr29FcFCBwpTxndj5yqSE-01z5aEI,12504
mathpy/combinatorics/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/combinatorics/tests/test_binomial.py,sha256=cgQmHI8tVCVM5zEJcSDPikRwjfkA5lBABL0Qmm6ocfc,1520
mathpy/combinatorics/tests/test_factorial.py,sha256=e5aqQZYzdajZtMkyZ0SaOYNDoxFwDii2ZwjvhdlI77I,3776
mathpy/distributions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/distributions/continuous.py,sha256=Al3RHOHkmkaO7zfT5SzD5C_mcaHSEsOEO7yqQjrareQ,12507
mathpy/distributions/discrete.py,sha256=QKLdZJ66F0tvNNqJWJT6uaxmBWqVJSu9SW5qGNlmgx8,26531
mathpy/linalgebra/__init__.py,sha256=DKI1Ga4ExOIEuKlkTiuXZRAKoiyZpwHlCFLgtb8p5UI,65
mathpy/linalgebra/lu.py,sha256=UMx5TYxOixtaMSDbSoPoWiTQ6NGuqfyQwgCDjX_3j3I,5694
mathpy/linalgebra/matrix.py,sha256=_rAGTOfVC1nMjHgxVcQPfB_C9Mw1Ai5HSa1tXjyFovc,10560
mathpy/linalgebra/norm.py,sha256=3uwvORBc_o6tW8oj8WHje4gCj0DV0CrYheDuKgU-LzA,12633
mathpy/linalgebra/qr.py,sha256=r6C6nyJnAGSnpP0pSbdM2q5CDyf52vKYeAQfTffWBdI,11991
mathpy/numerical/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/numerical/differentiation.py,sha256=j4zHL4TzCyNpUw2uwemYZ0Xof2YeccbFLDvzkh_4mB0,11002
mathpy/numerical/integration.py,sha256=aYKAdcHEEGU0QiRwcIle-OKwfiAx0EJqTtxnlzyX2SQ,4373
mathpy/numerical/polynomial.py,sha256=VCm2JwrCcKrW_R0altuTQfgEoAN5ZeEJlDwU1RFg0SM,14839
mathpy/numerical/roots.py,sha256=Q5YHT8qURdsD04G3DOmpuwuP0oomJLMdGanTgyKfH3o,11617
mathpy/numtheory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/numtheory/factor.py,sha256=NcyHQDWvjD4IBVmhmWFb6VlDhiWU8sOOoxfvy5ZF2gc,5262
mathpy/numtheory/gcd.py,sha256=GixWLHXqXaYEwO-FQlvz8c7rLy0Mg08pvxt0q0uXk2E,8549
mathpy/numtheory/integers.py,sha256=aBPEKn_ckOjPZVJIQ9VeJYff_iLBr5CKZDBj_L80J4Q,5411
mathpy/numtheory/pi_approx.py,sha256=GwArCjHFlaZ0Y1QDckaZrkoXif17MgBybqgno71IFQU,365
mathpy/numtheory/sequences.py,sha256=vCsannmg4qjOlmuyYsCOwU70JfGRP0rmuNX99Z0t4B0,3517
mathpy/random/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/random/random.py,sha256=ZQgHwAMC3WKt7zCoBvC2ol3D_P7AwssB965rpvZQWRI,12756
mathpy/random/sample.py,sha256=YNKcsY3DEPJjoSNOsvZoLToXP9R5lpFwRFVdDv0x4so,2817
mathpy/settheory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/settheory/sets.py,sha256=VPlFXIpOYsldn_lB64LQBlSJxoCcf933cWETd-yzfcw,15077
mathpy/stats/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
mathpy/stats/aov.py,sha256=77ukuXO8YIx4Sb30LBXnNW1IUy2sAlg3YZ2Vr6w9uMg,17026
mathpy/stats/fa.py,sha256=uxm_HR9pFJa_-fydG-pSIbYZ2ghjgVt8yHaJ14ThfVQ,20581
mathpy/stats/hypothesis.py,sha256=okQphsStmAt5x3h29PP2TSmJ3x0lPgpk_cLxxnp4oQk,9613
mathpy/stats/simulate.py,sha256=8otoYEvQGoSbwuGuONUK5bVmLgN5tyhFzXXhA2NnUrU,4340
mathpy/stats/summary.py,sha256=oE4vL-NWABf6ecCxcbHPKN_7LvxnSNdR5Y-YZJ9JcbY,30308
mathpy-0.2.0.dist-info/DESCRIPTION.rst,sha256=vhIch4RuINRlcAwrf8j1sfmT0-OnsOb-6mAp0nU8NBw,3380
mathpy-0.2.0.dist-info/LICENSE.txt,sha256=5rlsslTK3DGpRfwJzFNBXyz7ll2g0sSIrPL5no7m1jA,1067
mathpy-0.2.0.dist-info/METADATA,sha256=dGeHRXaRBgZXKrksm_iAjVeA8w4W6o6yETO0SnyTufM,4460
mathpy-0.2.0.dist-info/RECORD,,
mathpy-0.2.0.dist-info/WHEEL,sha256=9Z5Xm-eel1bTS7e6ogYiKz0zmPEqDwIypurdHN1hR40,116
mathpy-0.2.0.dist-info/metadata.json,sha256=sBjhpkPnRAHb0iHBSTjmg5sfIKzHFrXqU6Vc99P6d00,1033
mathpy-0.2.0.dist-info/top_level.txt,sha256=HQq2T8J0SIBWQPotXhWhW96b4Wwxz6T2szuDbMQr4QE,13
