File: index.rst

package info (click to toggle)
mpmath 1.4.0~a7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,540 kB
  • sloc: python: 47,626; makefile: 22
file content (55 lines) | stat: -rw-r--r-- 1,391 bytes parent folder | download
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
54
55
.. 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 https://mpmath.org/

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
   basics

Basic features
----------------

.. toctree ::
   :maxdepth: 2

   contexts
   general
   plotting
   cli

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
   calculus/index
   matrices
   identification

End matter
----------

.. toctree ::
   :maxdepth: 2

   technical
   references
   genindex