mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Adjusted to use the new module synopsis support macros.
This commit is contained in:
parent
fe7f3bc2aa
commit
b91e934cf1
139 changed files with 627 additions and 706 deletions
|
|
@ -4,29 +4,4 @@
|
|||
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.).
|
||||
|
||||
\item[cmath]
|
||||
--- Mathematical functions for complex numbers.
|
||||
|
||||
\item[whrandom]
|
||||
--- 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.
|
||||
|
||||
\item[cmd]
|
||||
--- Build line-oriented command interpreters; this is used by module
|
||||
\module{pdb}.
|
||||
|
||||
\end{description}
|
||||
\localmoduletable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue