0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Doc/lib/libmisc.tex

27 lines
621 B
TeX
Raw Normal View History

\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.).
1998-02-11 23:33:57 +01:00
\item[cmath]
--- Mathematical functions for complex numbers.
\item[whrandom]
1997-04-04 00:41:49 +02:00
--- Floating point pseudo-random number generator.
\item[random]
--- Generate pseudo-random numbers with various common distributions.
\item[rand]
--- Integer pseudo-random number generator (obsolete).
\item[array]
--- Efficient arrays of uniformly typed numeric values.
\end{description}