8316688: Widen allowable error bound of Math.hypot

Reviewed-by: bpb, rgiulietti
This commit is contained in:
Joe Darcy 2023-09-22 16:35:55 +00:00
parent 6c61bc1950
commit b66ded9a5b

View file

@ -2755,7 +2755,7 @@ public final class Math {
* <li> If both arguments are zero, the result is positive zero. * <li> If both arguments are zero, the result is positive zero.
* </ul> * </ul>
* *
* <p>The computed result must be within 1 ulp of the exact * <p>The computed result must be within 1.5 ulps of the exact
* result. If one parameter is held constant, the results must be * result. If one parameter is held constant, the results must be
* semi-monotonic in the other parameter. * semi-monotonic in the other parameter.
* *