restructured library manual accordiung to functional group

This commit is contained in:
Guido van Rossum 1995-03-28 13:35:14 +00:00
parent 557ed94ebb
commit ecde781dd1
55 changed files with 899 additions and 275 deletions

20
Doc/lib/libmisc.tex Normal file
View file

@ -0,0 +1,20 @@
\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}