This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: java.lang.Double.parseDouble
- To: "Gregory R. Warnes" <warnes at biostat dot washington dot edu>
- Subject: Re: java.lang.Double.parseDouble
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Wed, 21 Jun 2000 20:42:50 -0700 (PDT)
- Cc: gcj patches <java-patches at sourceware dot cygnus dot com>
- References: <Pine.LNX.4.21.0005182323100.20575-100000@hydra.warnes.net>
>> static public double parseDouble(String s)
>> {
>> return doubleValueOf(s);
>> }
I'm finally checking in a variant of this.
Thanks.
Tom