File: numtheory.rst

package info (click to toggle)
mpmath 1.4.0~a6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,556 kB
  • sloc: python: 47,434; makefile: 22
file content (58 lines) | stat: -rw-r--r-- 1,136 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
56
57
58
Number-theoretical, combinatorial and integer functions
-------------------------------------------------------

For factorial-type functions, including binomial coefficients, double
factorials, etc, see the separate section :doc:`gamma`.

Fibonacci numbers
.................

.. autofunction:: mpmath.fibonacci


Bernoulli numbers and polynomials
.................................

.. autofunction:: mpmath.bernoulli
.. autofunction:: mpmath.bernfrac
.. autofunction:: mpmath.bernpoly


Euler numbers and polynomials
.............................

.. autofunction:: mpmath.eulernum
.. autofunction:: mpmath.eulerpoly


Bell numbers and polynomials
............................

.. autofunction:: mpmath.bell


Stirling numbers
................

.. autofunction:: mpmath.stirling1
.. autofunction:: mpmath.stirling2


Prime counting functions
........................

.. autofunction:: mpmath.primepi
.. autofunction:: mpmath.primepi2
.. autofunction:: mpmath.riemannr


Cyclotomic polynomials
......................

.. autofunction:: mpmath.cyclotomic


Arithmetic functions
......................

.. autofunction:: mpmath.mangoldt