Add non-panicking variants of pow for Integers #48291
Labels
C-feature-accepted
Category: A feature request that has been accepted pending implementation.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std (and core) does not include non-panicking variants of
pow
. As we already have such variants of other possibly-overflowing operations in the std, it may be a good idea to add such functionality for symmetry.The text was updated successfully, but these errors were encountered: