]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
authorGideon <41593269+Turreted@users.noreply.github.com>
Mon, 29 Nov 2021 18:55:43 +0000 (12:55 -0600)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 18:55:43 +0000 (18:55 +0000)
commit6266e4af873a27c9d352115f2f7a1ad0885fc031
treef7cccb86aa38df82d29cf17767c8c7f571e5cf00
parentc1f93f0d378958dfae4f24aad0c0088e3e04e403
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Doc/library/math.rst
Doc/whatsnew/3.11.rst
Lib/test/test_math.py
Misc/ACKS
Misc/NEWS.d/next/Library/2021-11-28-17-24-11.bpo-45917.J5TIrd.rst [new file with mode: 0644]
Modules/mathmodule.c