This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: BigDecimal problem.
- From: Tom Tromey <tromey at redhat dot com>
- To: apbianco at cygnus dot com
- Cc: java at gcc dot gnu dot org
- Date: 25 Nov 2001 12:32:51 -0700
- Subject: Re: BigDecimal problem.
- References: <200110161959.MAA18977@fencer.cygnus.com>
- Reply-to: tromey at redhat dot com
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
Alex> I'm running into the following situation with BigDecimal.
Alex> It seems to be that Long.parseLong doesn't handle what it is
Alex> given as an argument (`50E-324', and `scale' in BigDecimal would
Alex> be modified accordingly)
I checked in the fix for this today.
Basically the BigDecimal constructors needed rewriting.
Tom