diff options
| author | Guido van Rossum <guido@python.org> | 1997-07-17 16:34:52 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-07-17 16:34:52 +0000 |
| commit | 5578e257e2e7d27a5c03deac1429af90e5af4306 (patch) | |
| tree | a14389f6c9367d416d57a70b37eaeaa8a4bf7de3 /Doc/lib/libmath.tex | |
| parent | 9cbf1c520ba933495a2fe9298f037897fb23965c (diff) | |
| download | cpython-5578e257e2e7d27a5c03deac1429af90e5af4306.tar.gz | |
AMK's megapatch:
* \bcode, \ecode added everywhere
* \label{module-foo} added everywhere
* A few \seealso sections added.
* Indentation fixed inside verbatim in lib*tex files
Diffstat (limited to 'Doc/lib/libmath.tex')
| -rw-r--r-- | Doc/lib/libmath.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index 765fcdf5c6..935b9403c1 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -1,4 +1,5 @@ \section{Built-in Module \sectcode{math}} +\label{module-math} \bimodindex{math} \renewcommand{\indexsubitem}{(in module math)} @@ -70,3 +71,7 @@ The module also defines two mathematical constants: \else \code{pi} and \code{e}. \fi + +\begin{seealso} +\seealso{cmath}{versions of these functions that can handle complex numbers} +\end{seealso} |
