]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150534: Add C23 half-turn trigonometric *pi functions (GH-150555)
authorJeff Epler <jepler@unpythonic.net>
Sat, 6 Jun 2026 10:19:45 +0000 (03:19 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 10:19:45 +0000 (10:19 +0000)
commitb6e66136cc8de969ab163896c6c831bf65c8f129
tree04a57a3f907eaf11597ab9451495abb765344f3b
parentfab449bddbc4ff03677d49448cf6ea1f9d6a319f
gh-150534: Add C23 half-turn trigonometric *pi functions (GH-150555)

Add the the following functions to the math module:
acospi, asinpi, atanpi, atan2pi, cospi, sinpi, tanpi.
Doc/library/math.rst
Doc/whatsnew/3.16.rst
Lib/test/mathdata/math_testcases.txt
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2026-05-27-15-51-29.gh-issue-150534.3Nan6S.rst [new file with mode: 0644]
Modules/mathmodule.c
configure
configure.ac
pyconfig.h.in