We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ede77 commit 694f479Copy full SHA for 694f479
1 file changed
Doc/library/math.rst
@@ -650,8 +650,8 @@ Trigonometric functions
650
The vector in the plane from the origin to point ``(x, y)`` makes this angle
651
with the positive X axis. The point of :func:`atan2pi` is that the signs of both
652
inputs are known to it, so it can compute the correct quadrant for the angle.
653
- For example, ``atanpi(1)`` and ``atanpi2(1, 1)`` are both ``1/4``, but
654
- ``atanpi2(-1, -1)`` is ``-3/4``.
+ For example, ``atanpi(1)`` and ``atan2pi(1, 1)`` are both ``1/4``, but
+ ``atan2pi(-1, -1)`` is ``-3/4``.
655
656
657
.. function:: cos(x)
0 commit comments