Skip to content

Commit 694f479

Browse files
committed
Correct doc typos (atanpi2 -> atan2pi)
1 parent e0ede77 commit 694f479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ Trigonometric functions
650650
The vector in the plane from the origin to point ``(x, y)`` makes this angle
651651
with the positive X axis. The point of :func:`atan2pi` is that the signs of both
652652
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``.
653+
For example, ``atanpi(1)`` and ``atan2pi(1, 1)`` are both ``1/4``, but
654+
``atan2pi(-1, -1)`` is ``-3/4``.
655655

656656

657657
.. function:: cos(x)

0 commit comments

Comments
 (0)