RFR: 8334755: Asymptotically faster implementation of square root algorithm [v23]

fabioromano1 duke at openjdk.org
Fri Jul 12 14:28:53 UTC 2024


On Fri, 12 Jul 2024 13:08:59 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

>> fabioromano1 has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added comment on normalization in MutableBigInteger.sqrtRemZimmermann()
>
> src/java.base/share/classes/java/math/MutableBigInteger.java line 2063:
> 
>> 2061:         }
>> 2062: 
>> 2063:         // Unnormalize
> 
> Again, this unnormalization code requires a full explanation.

Same reference which I provided above.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19710#discussion_r1676010744


More information about the core-libs-dev mailing list