summaryrefslogtreecommitdiffstats
path: root/Doc/libmisc.tex
blob: f895ef537b2fbfb6708a0efbd2230a7a4a497ce9 (plain)
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
\chapter{Miscellaneous Services}
\label{misc}

The modules described in this chapter provide miscellaneous services
that are available in all Python versions.  Here's an overview:

\begin{description}

\item[math]
--- Mathematical functions (\function{sin()} etc.).

\item[cmath]
--- Mathematical functions for complex numbers.

\item[whrandom]
--- Floating point pseudo-random number generator.

\item[random]
--- Generate pseudo-random numbers with various common distributions.

\item[rand]
--- Integer pseudo-random number generator (obsolete).

\item[array]
--- Efficient arrays of uniformly typed numeric values.

\end{description}