Add math.exp2 implemented in cpython 3.11#4150
Conversation
math.exp2 implemented in cpython 3.11math.exp2 implemented in cpython 3.11
|
The rust part looks great. Could you also check if you followed this guideline? |
Thanks for letting me know! I didn't include unrelated diffs with |
ac1edc3 to
32357f2
Compare
|
We usually 'sync' our version to a specific CPython version, instead of updating each function. The bulk update is easy by following the guideline. |
32357f2 to
ea4f2e7
Compare
Understood. I attached This could be fixed by the other 2 PRs that I made. |
math.exp2return 2 raised to the power x.Related links
bpo-45917: Add math.exp2() method - return 2 raised to the power of x python/cpython#29829
Python documentation