Re: RFR: 8077587: BigInteger Roots [v31]

2025-07-21 Thread fabioromano1
> 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: Added tests for nth root - Changes: - all: https://git.openjdk.org/jdk/pull/24898/files -

Re: RFR: 8077587: BigInteger Roots [v31]

2025-04-24 Thread fabioromano1
> This PR implements nth root computation for `BigInteger`s using Newton method > and optimizes `BigInteger.pow(int)` method. > [Here is a proof of convergence of the recurrence > used.](https://github.com/user-attachments/files/19785045/nth_root_newton_proof_integers.pdf) fabioromano1 has updat