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

Diff of /classpath/java/lang/Float.java

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

revision 1.29 by mkoch, Wed Feb 16 11:18:37 2005 UTC revision 1.30 by mkoch, Sat Apr 16 09:19:54 2005 UTC
# Line 173  public final class Float extends Number Line 173  public final class Float extends Number
173     */     */
174    public static String toString(float f)    public static String toString(float f)
175    {    {
176      return Double.toString(f, true);      return VMDouble.toString(f, true);
177    }    }
178    
179    /**    /**

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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