- 30 10月, 2019 1 次提交
-
-
由 bpb 提交于
Reviewed-by: darcy, ahgross, rhalade
-
- 04 3月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn, mdoerr
-
- 16 9月, 2014 1 次提交
-
-
由 bpb 提交于
Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy Contributed-by: robbiexgibson@yahoo.com
-
- 04 3月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn, mdoerr
-
- 05 12月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Change Burnikel-Ziegler division heuristic to require that the dividend int-length exceed that of the divisor by a minimum amount. Reviewed-by: darcy
-
- 31 10月, 2013 1 次提交
-
-
由 bpb 提交于
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity 8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow 8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow Summary: Prevent construction of overflowed BigIntegers. Reviewed-by: bpb, darcy, psandoz Contributed-by: NDmitry Nadezhin <dmitry.nadezhin@oracle.com>
-
- 13 8月, 2013 1 次提交
-
-
由 bpb 提交于
8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero Summary: Clear the quotient in divideAndRemainderBurnikelZiegler() if the divisor is larger than the dividend. Reviewed-by: alanb, bpb Contributed-by: NTimothy Buktu <tbuktu@hotmail.com>
-
- 27 7月, 2013 2 次提交
-
-
由 bpb 提交于
Summary: Some minor cleanup to adhere better to Java coding conventions. Reviewed-by: darcy Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com> -
由 bpb 提交于
Summary: Implement Burnickel-Ziegler division algorithm in BigInteger Reviewed-by: bpb, martin Contributed-by: NTim Buktu <tbuktu@hotmail.com>
-
- 02 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: sergey.kuksenko@oracle.com
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 25 5月, 2009 1 次提交
-
-
由 xlu 提交于
Reviewed-by: darcy
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-