-
Bug
-
Resolution: Fixed
-
P3
-
1.1.5
-
1.1.6
-
x86
-
windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017990 | 1.2.0 | John Oconner | P3 | Resolved | Fixed | 1.2beta3 |
Name: bb33257 Date: 11/18/97
Java is supposed to conform to the IEEE floating point standard
as much as possible. This should include the behavior of
rounding, including the rounding of numbers formatted by the
DecimalFormat class.
The IEEE standard specifies a default rounding method known as
`round to nearest or even.' This method rounds to an even digit
if digits being rounded off are exactly `50000...'
DecimalFormat currently implements `round to nearest' instead of
`round to nearest or event.' [asl]
======================================================================
- backported by
-
JDK-2017990 DecimalFormat rounding not IEEE conformant
-
- Resolved
-