cpython/Doc/lib/libmisc.tex

33 lines
782 B
TeX
Raw Normal View History

\chapter{Miscellaneous Services}
\label{misc}
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 (\function{sin()} etc.).
1998-02-11 18:33:57 -04:00
\item[cmath]
--- Mathematical functions for complex numbers.
\item[whrandom]
1997-04-03 18:41:49 -04:00
--- Floating point pseudo-random number generator.
\item[random]
--- Generate pseudo-random numbers with various common distributions.
\item[array]
--- Efficient arrays of uniformly typed numeric values.
\item[fileinput]
--- Perl-like iteration over lines from multiple input streams, with
``save in place'' capability.
1998-06-28 15:01:59 -03:00
\item[cmd]
--- Build line-oriented command interpreters; this is used by module
\module{pdb}.
\end{description}