Staging
v0.5.1
https://github.com/python/cpython
Revision 6a05f951cd8a1acafaf77e248ec60edd1ce6c08d authored by Guido van Rossum on 22 October 1996, 19:27:46 UTC, committed by Guido van Rossum on 22 October 1996, 19:27:46 UTC
1 parent fd1e543
Raw File
Tip revision: 6a05f951cd8a1acafaf77e248ec60edd1ce6c08d authored by Guido van Rossum on 22 October 1996, 19:27:46 UTC
Got rid of most XXXes in the News chapter. Bumped the version to 1.4.
Tip revision: 6a05f95
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