]> granicus.if.org Git - python/commitdiff
Replace $math$ with \code{}.
authorGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:33:28 +0000 (22:33 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:33:28 +0000 (22:33 +0000)
Doc/lib/libcmath.tex
Doc/libcmath.tex

index 48733461ee81901b05940dd7f1b2e20219889efa..c9886bbd38f20326a1a7a75533a43e7c01e7aa59 100644 (file)
@@ -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}
index 48733461ee81901b05940dd7f1b2e20219889efa..c9886bbd38f20326a1a7a75533a43e7c01e7aa59 100644 (file)
@@ -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}