On Wed, 14 May 2025 18:07:08 GMT, fabioromano1 <d...@openjdk.org> wrote:
>> This PR implements nth root computation for BigIntegers using Newton method. > > fabioromano1 has updated the pull request incrementally with one additional > commit since the last revision: > > Revert "Use type long for bitLength instead of int" > > This reverts commit c8e1b8159206d9fb5532df7ccdf98abcab888f2c. The [Rampdown Phase One](https://openjdk.org/projects/jdk/25/) for JDK 25 is about 3 weeks from now. I think it's a bit too late for API additions to be approved in due time. And even if we could rush this work for 25, it makes little sense to have this in 25 and the future one in 26. IMO, they should be released together. So this and the followup PR for `BigDecimal` will probably be integrated only in 26. In other words, take your time ;-) ------------- PR Comment: https://git.openjdk.org/jdk/pull/24898#issuecomment-2881206033