Skip to content

Commit 64583d3

Browse files
committed
Rename the parameters of atan2(), based on comments from Guido & Peter
A. Koren <pkoren@hex.net>.
1 parent 204b65c commit 64583d3

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
@@ -22,8 +22,8 @@ \section{\module{math} ---
2222
Return the arc tangent of \var{x}.
2323
\end{funcdesc}
2424

25-
\begin{funcdesc}{atan2}{x, y}
26-
Return \code{atan(\var{x} / \var{y})}.
25+
\begin{funcdesc}{atan2}{y, x}
26+
Return \code{atan(\var{y} / \var{x})}.
2727
\end{funcdesc}
2828

2929
\begin{funcdesc}{ceil}{x}

0 commit comments

Comments
 (0)