-
Enhancement
-
Resolution: Fixed
-
P4
-
14
Enact the same IEEE 754 terminology changes as JDK-7074799 for the JVMS, namely:
* IEEE 754 Standard for Binary Floating-Point Arithmetic -> IEEE 754 Standard for Floating-Point Arithmetic
* single -> binary32 ("single" in the context of IEEE 754-1985 single format specifically)
* double -> binary64 ("double" in the context of IEEE 754-1985 double format specifically)
* denormalized -> subnormal
* round to nearest mode -> roundTiesToEven mode
* round towards zero mode -> roundTowardZero mode
* IEEE 754 Standard for Binary Floating-Point Arithmetic -> IEEE 754 Standard for Floating-Point Arithmetic
* single -> binary32 ("single" in the context of IEEE 754-1985 single format specifically)
* double -> binary64 ("double" in the context of IEEE 754-1985 double format specifically)
* denormalized -> subnormal
* round to nearest mode -> roundTiesToEven mode
* round towards zero mode -> roundTowardZero mode
- relates to
-
JDK-7074799 4.2: Adopt IEEE 754-2019 terminology in JLS
-
- Resolved
-
-
JDK-8261366 Add discussion of IEEE 754 to BigDecimal
-
- Resolved
-
-
JDK-8240624 Note mapping of RoundingMode constants to equivalent IEEE 754-2019 policy
-
- Resolved
-
-
JDK-8261116 Note differences between IEEE 754-2019 math lib special cases and java.lang.Math
-
- Closed
-