/[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.22.2.1 by gnu_andrew, Sat Jan 15 17:01:55 2005 UTC revision 1.22.2.2 by gnu_andrew, Sat Feb 19 10:50:38 2005 UTC
# Line 1  Line 1 
1  /* java.math.BigInteger -- Arbitary precision integers  /* java.math.BigInteger -- Arbitary precision integers
2     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 50  import java.util.Random; Line 50  import java.util.Random;
50   * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and   * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and
51   * "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).   * "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
52   *   *
53   * Based primarily on IntNum.java BitOps.java by Per Bothner <per@bothner.com>   * Based primarily on IntNum.java BitOps.java by Per Bothner (per@bothner.com)
54   * (found in Kawa 1.6.62).   * (found in Kawa 1.6.62).
55   *   *
56   * @author Warren Levy <warrenl@cygnus.com>   * @author Warren Levy (warrenl@cygnus.com)
57   * @date December 20, 1999.   * @date December 20, 1999.
58   * @status believed complete and correct.   * @status believed complete and correct.
59   */   */

Legend:
Removed from v.1.22.2.1  
changed lines
  Added in v.1.22.2.2

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