commit | 2950b2d881a0db313bc49e3385a015b7716f9ac5 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Oct 13 22:06:17 1997 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Oct 13 22:06:17 1997 +0000 |
tree | 7cbe265c0c47acbe2a26d6eb19817fdd6f805d17 | |
parent | 9dcc5a94c5f47fe247dfebef478c7826486ac124 [diff] [blame] |
Restore the \seealso formatting that got lost when I updated the math module documentation.
diff --git a/Doc/libmath.tex b/Doc/libmath.tex index f70c741..e41edda 100644 --- a/Doc/libmath.tex +++ b/Doc/libmath.tex
@@ -109,4 +109,6 @@ 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}