Skip to content

Commit 359ac19

Browse files
committed
Add 'versionadded' notes to new functions
1 parent ab68cdc commit 359ac19

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/library/math.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,8 @@ Trigonometric functions
609609
Return the arc cosine of *x*, in half-turns. The result is between ``0`` and
610610
``1``.
611611

612+
.. versionadded:: next
613+
612614

613615
.. function:: asin(x)
614616

@@ -621,6 +623,8 @@ Trigonometric functions
621623
Return the arc sine of *x*, in half-turns. The result is between ``-1/2`` and
622624
``1/2``.
623625

626+
.. versionadded:: next
627+
624628

625629
.. function:: atan(x)
626630

@@ -633,6 +637,8 @@ Trigonometric functions
633637
Return the arc tangent of *x*, in half-turns. The result is between ``-1/2`` and
634638
``1/2``.
635639

640+
.. versionadded:: next
641+
636642

637643
.. function:: atan2(y, x)
638644

@@ -653,6 +659,8 @@ Trigonometric functions
653659
For example, ``atanpi(1)`` and ``atan2pi(1, 1)`` are both ``1/4``, but
654660
``atan2pi(-1, -1)`` is ``-3/4``.
655661

662+
.. versionadded:: next
663+
656664

657665
.. function:: cos(x)
658666

@@ -663,6 +671,8 @@ Trigonometric functions
663671

664672
Return the cosine of *x* half-turns (*x⋅π* radians).
665673

674+
.. versionadded:: next
675+
666676

667677
.. function:: sin(x)
668678

@@ -673,6 +683,8 @@ Trigonometric functions
673683

674684
Return the sine of *x* half-turns (*x⋅π* radians).
675685

686+
.. versionadded:: next
687+
676688

677689
.. function:: tan(x)
678690

@@ -683,6 +695,8 @@ Trigonometric functions
683695

684696
Return the tangent of *x* half-turns (*x⋅π* radians).
685697

698+
.. versionadded:: next
699+
686700

687701
Hyperbolic functions
688702
--------------------

0 commit comments

Comments
 (0)