Staging
v0.5.1
https://github.com/python/cpython
Revision 0068267750c42c20602dcbc6ff52183cab57c3a8 authored by Guido van Rossum on 28 June 1996, 20:15:41 UTC, committed by Guido van Rossum on 28 June 1996, 20:15:41 UTC
1 parent 6f489d9
Raw File
Tip revision: 0068267750c42c20602dcbc6ff52183cab57c3a8 authored by Guido van Rossum on 28 June 1996, 20:15:41 UTC
split autoconf target in two
Tip revision: 0068267
libmisc.tex
\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}
back to top