Kaydet (Commit) 64583d3f authored tarafından Fred Drake's avatar Fred Drake

Rename the parameters of atan2(), based on comments from Guido & Peter

A. Koren <pkoren@hex.net>.
üst 204b65c5
......@@ -22,8 +22,8 @@ Return the arc sine of \var{x}.
Return the arc tangent of \var{x}.
\end{funcdesc}
\begin{funcdesc}{atan2}{x, y}
Return \code{atan(\var{x} / \var{y})}.
\begin{funcdesc}{atan2}{y, x}
Return \code{atan(\var{y} / \var{x})}.
\end{funcdesc}
\begin{funcdesc}{ceil}{x}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment