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 c763c61 commit e243ce3Copy full SHA for e243ce3
1 file changed
Doc/library/math.rst
@@ -656,8 +656,8 @@ Trigonometric functions
656
The vector in the plane from the origin to point ``(x, y)`` makes this angle
657
with the positive X axis. The point of :func:`atan2pi` is that the signs of both
658
inputs are known to it, so it can compute the correct quadrant for the angle.
659
- For example, ``atanpi(1)`` and ``atan2pi(1, 1)`` are both ``0.25``, but
660
- ``atan2pi(-1, -1)`` is ``-0.75``.
+ For example, ``atanpi(1)`` and ``atan2pi(1, 1)`` are both ``0.25``, but
+ ``atan2pi(-1, -1)`` is ``-0.75``.
661
662
.. versionadded:: next
663
0 commit comments