File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ <h4>Terminology</h4>
498
498
499
499
<ul>
500
500
<li>
501
- <h4>< a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a></h4 >
501
+ <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a>
502
502
</li>
503
503
<li>
504
504
<a data-cite="RDF12-CONCEPTS#dfn-literal">literal</a>
@@ -5892,13 +5892,14 @@ <h5>sameValue</h5>
5892
5892
The <a href="#OperatorMapping">Operator Mapping</a> for "`=`"
5893
5893
is the function
5894
5894
<a data-cite="XPATH-FUNCTIONS-31#func-numeric-equal">`fn:numeric-equal`</a>
5895
- which returns `false` when comparing arguments involving `NaN`.
5896
- However, `sameTerm("NaN"^^xsd:double, "NaN"^^xsd:double)` is true;
5897
- `sameValue` treats "NaN"^^xsd:double as the "same value".
5895
+ which is defined to return `false` when comparing arguments involving `NaN`.
5896
+ However, `sameTerm("NaN"^^xsd:double, "NaN"^^xsd:double)` is true.
5897
+ The function `sameValue` defines `sameValue("NaN"^^xsd:double, "NaN"^^xsd:double)`
5898
+ to be true because the arguments are the same element of the value space.
5898
5899
</p>
5899
5900
<p>
5900
- `sameValue` treats "NaN"^^xsd:double and "NaN"^^xsd:float as the same value.
5901
- `sameValue("NaN"^^xsd:double, "NaN"^^xsd:float)` is `true`.
5901
+ `sameValue` treats the values of ` "NaN"^^xsd:double` and ` "NaN"^^xsd:float` as being
5902
+ the same. `sameValue("NaN"^^xsd:double, "NaN"^^xsd:float)` is `true`.
5902
5903
</p>
5903
5904
</div>
5904
5905
<p id="sameValue-zeros" class="note">
You can’t perform that action at this time.
0 commit comments