File: index.txt

package info (click to toggle)
mpmath 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,424 kB
  • sloc: python: 45,022; makefile: 17; sh: 4
file content (21 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Mathematical functions
======================

Mpmath implements the standard functions from Python's ``math`` and ``cmath`` modules, for both real and complex numbers and with arbitrary precision. Many other functions are also available in mpmath, including commonly-used variants of standard functions (such as the alternative trigonometric functions sec, csc, cot), but also a large number of "special functions" such as the gamma function, the Riemann zeta function, error functions, Bessel functions, etc.

.. toctree::
   :maxdepth: 2

   constants.txt
   powers.txt
   trigonometric.txt
   hyperbolic.txt
   gamma.txt
   expintegrals.txt
   bessel.txt
   orthogonal.txt
   hypergeometric.txt
   elliptic.txt
   zeta.txt
   numtheory.txt
   qfunctions.txt