-
Enhancement
-
Resolution: Fixed
-
P5
-
5.0
-
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