From: Guido van Rossum Date: Wed, 11 Feb 1998 22:33:28 +0000 (+0000) Subject: Replace $math$ with \code{}. X-Git-Tag: v1.5.1~808 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c57aff20e33ffb84beb9765f44b919c449c55ca5;p=thirdparty%2FPython%2Fcpython.git Replace $math$ with \code{}. --- diff --git a/Doc/lib/libcmath.tex b/Doc/lib/libcmath.tex index 48733461ee81..c9886bbd38f2 100644 --- a/Doc/lib/libcmath.tex +++ b/Doc/lib/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} diff --git a/Doc/libcmath.tex b/Doc/libcmath.tex index 48733461ee81..c9886bbd38f2 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}