mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8295517: Fix stutter typo in JDK-8294539
Reviewed-by: naoto, bpb, lancea
This commit is contained in:
parent
37f93b6728
commit
95baf83dd6
1 changed files with 3 additions and 3 deletions
|
@ -169,11 +169,11 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
|
|||
* </dd>
|
||||
*
|
||||
* <dt><i><a id=repEquivalence>representation equivalence</a></i>:</dt>
|
||||
* <dd>The two floating-point values represent the the same IEEE 754
|
||||
* <dd>The two floating-point values represent the same IEEE 754
|
||||
* <i>datum</i>. In particular, for {@linkplain #isFinite(double)
|
||||
* finite} values, the sign, {@linkplain Math#getExponent(double)
|
||||
* exponent}, and significand components of the
|
||||
* floating-point values are the same. Under this relation:
|
||||
* exponent}, and significand components of the floating-point values
|
||||
* are the same. Under this relation:
|
||||
* <ul>
|
||||
* <li> {@code +0.0} and {@code -0.0} are distinguished from each other.
|
||||
* <li> every bit pattern encoding a NaN is considered equivalent to each other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue