Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.2
-
None
Description
Those two methods uses a "long" for the exponent, but overflow will occur when the exponent is larger than 31 (except for the trivial case where the base is 1).
See also this thread on the dev ML.