-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b26
-
generic
-
generic
The tests for the sinh and cosh methods are flawed in the range where exp(x) overflows but sinh(x) and cosh(x) do not. An incorrect expected value is computed and a limition of the test masks the incorrect reference result.
This should be fixed.
This should be fixed.
- relates to
-
JDK-4851625 Add hyperbolic transcendental functions (sinh, cosh, tanh) to Java math library
- Resolved
-
JDK-4916026 Refactor Math/StrictMath regression tests to use hex floating-point output
- Resolved