RFR: 8077587: BigInteger Roots [v6]

Raffaello Giulietti rgiulietti at openjdk.org
Mon May 12 17:40:51 UTC 2025


On Sat, 10 May 2025 11:57:32 GMT, fabioromano1 <duke at openjdk.org> wrote:

>> This PR implements nth root computation for BigIntegers using Newton method.
>
> fabioromano1 has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Merge branch 'nth-root-branch' of https://github.com/fabioromano1/jdk into nth-root-branch
>  - Restore nthRoot() public methods in BigInteger.java

@fabioromano1 Is [this proof](https://github.com/user-attachments/files/19785045/nth_root_newton_proof_integers.pdf) still relevant?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24898#issuecomment-2873412219


More information about the core-libs-dev mailing list