diff options
author | Fred Drake <fdrake@acm.org> | 1997-10-13 22:06:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-10-13 22:06:17 (GMT) |
commit | 2950b2d881a0db313bc49e3385a015b7716f9ac5 (patch) | |
tree | 7cbe265c0c47acbe2a26d6eb19817fdd6f805d17 /Doc/lib/libmath.tex | |
parent | 9dcc5a94c5f47fe247dfebef478c7826486ac124 (diff) | |
download | cpython-2950b2d881a0db313bc49e3385a015b7716f9ac5.zip cpython-2950b2d881a0db313bc49e3385a015b7716f9ac5.tar.gz cpython-2950b2d881a0db313bc49e3385a015b7716f9ac5.tar.bz2 |
Restore the \seealso formatting that got lost when I updated the math
module documentation.
Diffstat (limited to 'Doc/lib/libmath.tex')
-rw-r--r-- | Doc/lib/libmath.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libmath.tex b/Doc/lib/libmath.tex index f70c741..e41edda 100644 --- a/Doc/lib/libmath.tex +++ b/Doc/lib/libmath.tex @@ -109,4 +109,6 @@ The mathematical constant \emph{pi}. The mathematical constant \emph{e}. \end{datadesc} -See also the \code{cmath} versions of many of these functions. +\begin{seealso} + \seemodule{cmath}{Complex number versions of many of these functions.} +\end{seealso} |