commit | c57aff20e33ffb84beb9765f44b919c449c55ca5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Feb 11 22:33:28 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Feb 11 22:33:28 1998 +0000 |
tree | 1f5172dffb2e8e90a3da5e91dc641dd5af79a8c8 | |
parent | c4452fd08f4390dd91b77d7c0c30be5fecc876c7 [diff] [blame] |
Replace $math$ with \code{}.
diff --git a/Doc/lib/libcmath.tex b/Doc/lib/libcmath.tex index 4873346..c9886bb 100644 --- a/Doc/lib/libcmath.tex +++ b/Doc/lib/libcmath.tex
@@ -40,7 +40,7 @@ \end{funcdesc} \begin{funcdesc}{exp}{x} -Return the exponential value $\mbox{e}^x$. +Return the exponential value \code{e**\var{x}}. \end{funcdesc} \begin{funcdesc}{log}{x}