commit | 7bb053a5b3e78630d2a25e698e9b89ef09c0d93d | [log] [tgz] |
---|---|---|
author | bpb <none@none> | Fri Jun 21 11:12:18 2013 -0700 |
committer | bpb <none@none> | Fri Jun 21 11:12:18 2013 -0700 |
tree | db1929236185d55f1dc3998ea2d8eabd52bdd023 | |
parent | 274399ef6d98dda015f1391f2b74a07ec83d864d [diff] |
7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: bpb, martin Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>