History log of /openjdk10/jdk/test/java/lang/Math/RoundTests.java
Revision Date Author Comments
# 8052:917fffe971c8 11-Sep-2013 bpb

8010430: Math.round has surprising behavior for odd values of ulp 1
Summary: If the effective floating point exponent is zero return the significand including the implicit 1-bit.
Reviewed-by: bpb, darcy, gls
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>


# 4011:2d89d0d1e0ff 14-Apr-2011 darcy

6430675: Math.round has surprising behavior for 0x1.fffffffffffffp-2
Reviewed-by: alanb