We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640ae0c commit 7b7407fCopy full SHA for 7b7407f
spec/index.html
@@ -5848,7 +5848,7 @@ <h5>SameValue</h5>
5848
<p>
5849
The <a href="#OperatorMapping">Operator Mapping</a> for "`=`""
5850
is the function
5851
- <a data-cite="XPATH-FUNCTIONS-31#func-numeric-equal">fn:numeric-equal`</a>
+ <a data-cite="XPATH-FUNCTIONS-31#func-numeric-equal">`fn:numeric-equal`</a>
5852
which returns `false` when comparing arguments involving `NaN`.
5853
However, `sameTerm("NaN"^^xsd:double, "NaN"^^xsd:double)` is true;
5854
`sameValue` treats "NaN" as the "same value".
0 commit comments