/[classpath]/classpath/java/math/BigInteger.java
ViewVC logotype

Diff of /classpath/java/math/BigInteger.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by tromey, Sat Apr 19 19:25:25 2003 UTC revision 1.21 by mkoch, Thu Oct 9 13:19:44 2003 UTC
# Line 541  public class BigInteger extends Number i Line 541  public class BigInteger extends Number i
541      if (y.words == null)      if (y.words == null)
542        return BigInteger.add(x, y.ival);        return BigInteger.add(x, y.ival);
543      // Both are big      // Both are big
     int len;  
544      if (y.ival > x.ival)      if (y.ival > x.ival)
545        { // Swap so x is longer then y.        { // Swap so x is longer then y.
546          BigInteger tmp = x;  x = y;  y = tmp;          BigInteger tmp = x;  x = y;  y = tmp;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26