/[classpath]/classpath/java/lang/Double.java
ViewVC logotype

Diff of /classpath/java/lang/Double.java

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

revision 1.38 by tromey, Tue Sep 13 03:19:30 2005 UTC revision 1.39 by tromey, Sat Sep 17 21:58:41 2005 UTC
# Line 88  public final class Double extends Number Line 88  public final class Double extends Number
88    public static final double NaN = 0.0 / 0.0;    public static final double NaN = 0.0 / 0.0;
89    
90    /**    /**
91       * The number of bits needed to represent a <code>double</code>.
92       * @since 1.5
93       */
94      public static final int SIZE = 64;
95    
96     /**
97     * The primitive type <code>double</code> is represented by this     * The primitive type <code>double</code> is represented by this
98     * <code>Class</code> object.     * <code>Class</code> object.
99     * @since 1.1     * @since 1.1

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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