Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046b8a7 commit 212b43fCopy full SHA for 212b43f
1 file changed
Doc/lib/libmath.tex
@@ -87,8 +87,8 @@ \section{\module{math} ---
87
\end{funcdesc}
88
89
\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}.
+Returns the logarithm of \var{x} to the given \var{base}.
+If the \var{base} is not specified, returns the natural logarithm of \var{x}.
92
\versionchanged[\var{base} argument added]{2.3}
93
94
0 commit comments