BigInteger.java (divide): Handle the special case when dividing by 1 and the high...
authorWarren Levy <warrenl@cygnus.com>
Fri, 24 Mar 2000 09:18:12 +0000 (09:18 +0000)
committerWarren Levy <warrenl@gcc.gnu.org>
Fri, 24 Mar 2000 09:18:12 +0000 (09:18 +0000)
commit552cc5b57e4f67cf88c4a90a2191a04b9901339f
tree81ac4785b8794f96ebc0913df70f460cf45208ec
parent111393dfd683a1ac8d048f1dcd00922ea7ea596f
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
libjava/ChangeLog
libjava/java/math/BigInteger.java