bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27311] DecimalFormat problem


From: gnu_andrew at member dot fsf dot org
Subject: [Bug classpath/27311] DecimalFormat problem
Date: 7 May 2006 19:28:01 -0000


------- Comment #4 from gnu_andrew at member dot fsf dot org  2006-05-07 19:28 
-------
The output is due to the use of log(0) in the exponent calculation.  log(0) is
negative infinity... (or -9223372036854775808 when converting to a long - the
number is 2^63 or MAX_LONG).  Patch forthcoming.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27311





reply via email to

[Prev in Thread] Current Thread [Next in Thread]