We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204b65c commit 64583d3Copy full SHA for 64583d3
1 file changed
Doc/lib/libmath.tex
@@ -22,8 +22,8 @@ \section{\module{math} ---
22
Return the arc tangent of \var{x}.
23
\end{funcdesc}
24
25
-\begin{funcdesc}{atan2}{x, y}
26
-Return \code{atan(\var{x} / \var{y})}.
+\begin{funcdesc}{atan2}{y, x}
+Return \code{atan(\var{y} / \var{x})}.
27
28
29
\begin{funcdesc}{ceil}{x}
0 commit comments