On Sat, 12 Jul 2025 09:18:27 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:
> 
>   Removed useless instruction

I agree that, for the scope of this PR, we should favor consistency with the 
current spec of `BigInteger.pow()`.
Removing the restriction for some special values like -1 and 1 should be left 
for a followup PR, if at all, and in a way consistent with `BigInteger.pow()`.

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

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

Reply via email to