Typographical nits: Always set parameter names in \var{} in the running text.

This commit is contained in:
Fred Drake 1998-01-09 21:26:51 +00:00
parent 6b3ed7f581
commit d327a8dddf
2 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ Return the arc tangent of \var{x}.
\end{funcdesc}
\begin{funcdesc}{atan2}{x, y}
Return \code{atan(x / y)}.
Return \code{atan(\var{x} / \var{y})}.
\end{funcdesc}
\begin{funcdesc}{ceil}{x}
@ -49,7 +49,7 @@ Return the floor of \var{x}.
\end{funcdesc}
\begin{funcdesc}{fmod}{x, y}
Return \code{x \% y}.
Return \code{\var{x} \%\ \var{y}}.
\end{funcdesc}
\begin{funcdesc}{frexp}{x}
@ -58,7 +58,7 @@ positive.
\end{funcdesc}
\begin{funcdesc}{hypot}{x, y}
Return the Euclidean distance, \code{sqrt(x*x + y*y)}.
Return the Euclidean distance, \code{sqrt(\var{x}*\var{x} + \var{y}*\var{y})}.
\end{funcdesc}
\begin{funcdesc}{ldexp}{x, i}

View File

@ -21,7 +21,7 @@ Return the arc tangent of \var{x}.
\end{funcdesc}
\begin{funcdesc}{atan2}{x, y}
Return \code{atan(x / y)}.
Return \code{atan(\var{x} / \var{y})}.
\end{funcdesc}
\begin{funcdesc}{ceil}{x}
@ -49,7 +49,7 @@ Return the floor of \var{x}.
\end{funcdesc}
\begin{funcdesc}{fmod}{x, y}
Return \code{x \% y}.
Return \code{\var{x} \%\ \var{y}}.
\end{funcdesc}
\begin{funcdesc}{frexp}{x}
@ -58,7 +58,7 @@ positive.
\end{funcdesc}
\begin{funcdesc}{hypot}{x, y}
Return the Euclidean distance, \code{sqrt(x*x + y*y)}.
Return the Euclidean distance, \code{sqrt(\var{x}*\var{x} + \var{y}*\var{y})}.
\end{funcdesc}
\begin{funcdesc}{ldexp}{x, i}