On Fri, 2 May 2025 11:47:32 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
> Add `powExact()` and `unsignedPowExact()` methods that operate on integer > values arguments. > Further, add `unsignedMultiplyExact` methods as well. This pull request has now been integrated. Changeset: 64a858c7 Author: Raffaello Giulietti <rgiulie...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/64a858c7b832447c3dcf4a39a2b0929bc4d70c39 Stats: 724 lines in 3 files changed: 724 ins; 0 del; 0 mod 8355992: Add unsignedMultiplyExact and *powExact methods to Math and StrictMath Reviewed-by: darcy ------------- PR: https://git.openjdk.org/jdk/pull/25003