mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8316688: Widen allowable error bound of Math.hypot
Reviewed-by: bpb, rgiulietti
This commit is contained in:
parent
6c61bc1950
commit
b66ded9a5b
1 changed files with 1 additions and 1 deletions
|
@ -2755,7 +2755,7 @@ public final class Math {
|
|||
* <li> If both arguments are zero, the result is positive zero.
|
||||
* </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
|
||||
* semi-monotonic in the other parameter.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue