gcc/libjava/java/math
Raif S. Naffah 4c24ac2716 BigInteger.java (euclidInv): Take result array as an argument.
2003-02-20  Raif S. Naffah <raif@fl.net.au>

	* java/math/BigInteger.java (euclidInv): Take result array as an
	argument.  Updated all callers.
	(modInverse): Removed unused variables.

From-SVN: r63170
2003-02-20 16:55:15 +00:00
..
BigDecimal.java BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an exponent and the significant is zero. 2003-02-14 18:48:50 +00:00
BigInteger.java BigInteger.java (euclidInv): Take result array as an argument. 2003-02-20 16:55:15 +00:00