diff options
Diffstat (limited to 'Doc/libmisc.tex')
-rw-r--r-- | Doc/libmisc.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Doc/libmisc.tex b/Doc/libmisc.tex new file mode 100644 index 0000000..b7a726e --- /dev/null +++ b/Doc/libmisc.tex @@ -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} |