Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 212b43f

Browse files
committed
Add markup for base parameter
1 parent 046b8a7 commit 212b43f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libmath.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ \section{\module{math} ---
8787
\end{funcdesc}
8888

8989
\begin{funcdesc}{log}{x\optional{, base}}
90-
Returns the logarithm of \var{x} to the given base.
91-
If the base is not specified, returns the natural logarithm of \var{x}.
90+
Returns the logarithm of \var{x} to the given \var{base}.
91+
If the \var{base} is not specified, returns the natural logarithm of \var{x}.
9292
\versionchanged[\var{base} argument added]{2.3}
9393
\end{funcdesc}
9494

0 commit comments

Comments
 (0)