mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Correctly document atan2.
This commit is contained in:
parent
64583d3f87
commit
b057dd8efa
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ FUNC1(math_asin, asin, math_asin_doc,
|
|||
FUNC1(math_atan, atan, math_atan_doc,
|
||||
"atan(x)\n\nReturn the arc tangent of x.")
|
||||
FUNC2(math_atan2, atan2, math_atan2_doc,
|
||||
"atan2(x)\n\nReturn atan(x /y).")
|
||||
"atan2(y, x)\n\nReturn atan(y/x).")
|
||||
FUNC1(math_ceil, ceil, math_ceil_doc,
|
||||
"ceil(x)\n\nReturn the ceiling of x as a real.")
|
||||
FUNC1(math_cos, cos, math_cos_doc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue