Replace $math$ with \code{}.
This commit is contained in:
parent
c4452fd08f
commit
c57aff20e3
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue