3 SymPy Modules Reference
4 =======================
6 Because every feature of SymPy must have a test case, when you are not sure how
7 to use something, just look into the ``tests/`` directories, find that feature
8 and read the tests for it, that will tell you everything you need to know.
10 Most of the things are already documented though in this document, that is
11 automatically generated using SymPy's docstrings.
13 Click the "modules" (:ref:`modindex`) link in the top right corner to easily
14 access any SymPy module, or use this contens:
21 modules/mpmath/index.txt
23 modules/polynomials.txt
27 modules/statistics.txt
33 All contributions are welcome. If you'd like to improve something, look into
34 the sources if they contain the information you need (if not, please fix them),
35 otherwise the documentation generation needs to be improved (look in the