Staging
v0.5.1
https://github.com/python/cpython
Revision 9e43ae477022020b72382a90becd35f7dbdd64c4 authored by Guido van Rossum on 01 August 1996, 00:56:03 UTC, committed by Guido van Rossum on 01 August 1996, 00:56:03 UTC
1 parent 9caf77a
Raw File
Tip revision: 9e43ae477022020b72382a90becd35f7dbdd64c4 authored by Guido van Rossum on 01 August 1996, 00:56:03 UTC
Use Tcl/Tk 7.5/4.1 by default.
Tip revision: 9e43ae4
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