Re: RFR: 8355992: Add some useful "exact" methods to Math and StrictMath

2025-05-02 Thread Raffaello Giulietti
On Fri, 2 May 2025 11:47:32 GMT, Raffaello Giulietti wrote: > Add `powExact()` and `unsignedPowExact()` methods that operate on integer > values arguments. > Further, add `unsignedMultiplyExact` methods as well. Tests will be added once the CSR has been approved. - PR Comment: ht

RFR: 8355992: Add some useful "exact" methods to Math and StrictMath

2025-05-02 Thread Raffaello Giulietti
Add `powExact()` and `unsignedPowExact()` methods that operate on integer values arguments. Further, add `unsignedMultiplyExact` methods as well. - Commit messages: - 8355992: Add some useful "exact" methods to Math and StrictMath Changes: https://git.openjdk.org/jdk/pull/25003/fil