1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
.. mpmath documentation master file, created by sphinx-quickstart on Fri Mar 28 13:50:14 2008.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to mpmath's documentation!
==================================
Mpmath is a Python library for arbitrary-precision floating-point arithmetic.
For general information about mpmath, see the project website http://code.google.com/p/mpmath/
These documentation pages include general information as well as docstring listing with extensive use of examples that can be run in the interactive Python interpreter. For quick access to the docstrings of individual functions, use the `index listing <genindex.html>`_, or type ``help(mpmath.function_name)`` in the Python interactive prompt.
Introduction
------------
.. toctree ::
:maxdepth: 2
setup.txt
basics.txt
Basic features
----------------
.. toctree ::
:maxdepth: 2
contexts.txt
general.txt
plotting.txt
Advanced mathematics
--------------------
On top of its support for arbitrary-precision arithmetic, mpmath
provides extensive support for transcendental functions, evaluation of sums, integrals, limits, roots, and so on.
.. toctree ::
:maxdepth: 2
functions/index.txt
calculus/index.txt
matrices.txt
identification.txt
End matter
----------
.. toctree ::
:maxdepth: 2
technical.txt
references.txt
|