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 aa93326 commit e0ede77Copy full SHA for e0ede77
1 file changed
Doc/whatsnew/3.16.rst
@@ -93,6 +93,16 @@ gzip
93
which is passed on to the constructor of the :class:`~gzip.GzipFile` class.
94
(Contributed by Marin Misur in :gh:`91372`.)
95
96
+math
97
+----
98
+
99
+* Added trigonometric functions that work in units of half turns, rather than
100
+ radians. The new functions :func:`math.acospi`, :func:`math.asinpi`,
101
+ :func:`math.atanpi`, and :func:`math.atan2pi` return half-turn angles. The
102
+ new functions :func:`math.cospi`, :func:`math.sinpi`, and :func:`math.tanpi`
103
+ take half-turn angle arguments. These functions are recommended by IEEE
104
+ 754-2019 and standardized in C23.
105
106
os
107
--
108
0 commit comments