gcc/libjava/java/math
Per Bothner c04278f74f Changes merged from Kawa's gnu.math.
* java/math/BigInteger.java
	* gnu/gcj/math/MPN.java (rshift0): New method handles zero shift count.
	(rshift(int[],int[],int,int):  Removed - not needed.
	(gcd):  Use rshift0 rather than rshift.
	* java/math/BigInteger.java (setShiftRight):  Likewise.
	(divide):  Simplify by using rshift0.
	(divide):  Zero-extend results if high-order bit set.

From-SVN: r40177
2001-03-01 22:55:33 -08:00
..
BigDecimal.java * java/math/BigDecimal.java (divide): Fixed comment. 2001-01-10 10:26:34 +00:00
BigInteger.java Changes merged from Kawa's gnu.math. 2001-03-01 22:55:33 -08:00