BigInteger.java
54.2 KB
-
BigInteger.java (divide): Handle the special case when dividing by 1 and the… · 552cc5b5
BigInteger.java (divide): Handle the special case when dividing by 1 and the high bit of the dividend is set. * java/math/BigInteger.java(divide): Handle the special case when dividing by 1 and the high bit of the dividend is set. (setShiftRight): Handle case when count == 0. From-SVN: r32724
Warren Levy committed