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

Daniel Jeliński djelinski at openjdk.org
Sun Jun 23 10:55:10 UTC 2024


On Sun, 23 Jun 2024 10:33:08 GMT, fabioromano1 <duke at openjdk.org> wrote:

>> Which program are you referring to?
>> 
>> It is the responsibility of the caller of `subtract` to ensure that the arguments are normalized. This may or may not require calling `normalize`, depending on whether the argument is normalized or not.
>
> @djelinski I'm referring to the tests of square root for BigIntegers.

ah, so before your changes, the arguments were always normalized, and now they are not?

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

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


More information about the core-libs-dev mailing list