summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcmath.tex2
-rw-r--r--Doc/libcmath.tex2
2 files changed, 2 insertions, 2 deletions
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 @@ 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 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}