blob: b7a726e72c91687ff0cf5af37cc4142de6243113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\chapter{Miscellaneous Services}
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 (\code{sin()} etc.).
\item[rand]
--- Integer random number generator.
\item[whrandom]
--- Floating point random number generator.
\item[array]
--- Efficient arrays of uniformly typed numeric values.
\end{description}
|