Java 8 RFR 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
Alan Bateman
Alan.Bateman at oracle.com
Tue Aug 13 12:36:02 UTC 2013
On 13/08/2013 00:27, Brian Burkhalter wrote:
> On Aug 12, 2013, at 2:08 PM, Brian Burkhalter wrote:
>
>>>> Webrev http://cr.openjdk.java.net/~bpb/8022180/
>>>>
>>>> The update is to clear the quotient if the divisor is larger than the dividend in divideAndRemainderBurnikelZiegler().
>>>>
>>>> Thanks,
>>>>
>>>> Brian
>>> Could the quotient be cleared at the top of the method as it is cleared for the schoolbook division anyway?
>> Yes, that would be a bit clearer.
> Webrev updated at the same location.
>
Looks good, I'll push it for you shortly.
-Alan.
More information about the core-libs-dev
mailing list