mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
restructured library manual accordiung to functional group
This commit is contained in:
parent
557ed94ebb
commit
ecde781dd1
55 changed files with 899 additions and 275 deletions
20
Doc/lib/libmisc.tex
Normal file
20
Doc/lib/libmisc.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue