This commit was manufactured by cvs2svn to create tag 'cnrisync'.
[python/dscho.git] / Doc / libmisc.tex
blobb7a726e72c91687ff0cf5af37cc4142de6243113
1 \chapter{Miscellaneous Services}
3 The modules described in this chapter provide miscellaneous services
4 that are available in all Python versions. Here's an overview:
6 \begin{description}
8 \item[math]
9 --- Mathematical functions (\code{sin()} etc.).
11 \item[rand]
12 --- Integer random number generator.
14 \item[whrandom]
15 --- Floating point random number generator.
17 \item[array]
18 --- Efficient arrays of uniformly typed numeric values.
20 \end{description}