diff options
author | Guido van Rossum <guido@python.org> | 1998-02-11 22:33:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:33:28 (GMT) |
commit | c57aff20e33ffb84beb9765f44b919c449c55ca5 (patch) | |
tree | 1f5172dffb2e8e90a3da5e91dc641dd5af79a8c8 /Doc/libcmath.tex | |
parent | c4452fd08f4390dd91b77d7c0c30be5fecc876c7 (diff) | |
download | cpython-c57aff20e33ffb84beb9765f44b919c449c55ca5.zip cpython-c57aff20e33ffb84beb9765f44b919c449c55ca5.tar.gz cpython-c57aff20e33ffb84beb9765f44b919c449c55ca5.tar.bz2 |
Replace $math$ with \code{}.
Diffstat (limited to 'Doc/libcmath.tex')
-rw-r--r-- | Doc/libcmath.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libcmath.tex b/Doc/libcmath.tex index 4873346..c9886bb 100644 --- a/Doc/libcmath.tex +++ b/Doc/libcmath.tex @@ -40,7 +40,7 @@ Return the hyperbolic cosine of \var{x}. \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} |