-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 5.0
-
Component/s: core-libs
-
tiger
-
generic
-
generic
The regression tests for java.lang.Math would benefit from some minor restructuing, including:
1. using FpUtils.nextDown(x) instead of FpUtils.nextAfter(x, -infinity)
2. using a single class with the static test methods
1. using FpUtils.nextDown(x) instead of FpUtils.nextAfter(x, -infinity)
2. using a single class with the static test methods
- relates to
-
JDK-4347132 Want Math.cbrt() function for cube root
-
- Resolved
-
-
JDK-4916026 Refactor Math/StrictMath regression tests to use hex floating-point output
-
- Resolved
-
-
JDK-4826732 Add ulp method for floating-point value
-
- Resolved
-