Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6028,7 +6028,7 @@ <h5>sameValue</h5>
<p>
The <a href="#OperatorMapping">Operator Mapping</a> for "`=`"
is the function
<a data-cite="XPATH-FUNCTIONS-31#func-numeric-equal">`fn:numeric-equal`</a>
<a data-cite="XPATH-FUNCTIONS-31#func-numeric-equal">`op:numeric-equal`</a>
which is defined to return `false` when comparing arguments involving `NaN`.
However, `sameTerm("NaN"^^xsd:double, "NaN"^^xsd:double)` is true.
The function `sameValue` defines `sameValue("NaN"^^xsd:double, "NaN"^^xsd:double)`
Expand Down Expand Up @@ -7630,7 +7630,7 @@ <h5>ABS</h5>
<p>Returns the absolute value of <code>arg</code>. An error is raised if <code>arg</code>
is not a numeric value.</p>
<p>This function is the same as
<a data-cite="XPATH-FUNCTIONS-31#func-abs">fn:numeric-abs</a>
<a data-cite="XPATH-FUNCTIONS-31#func-abs">fn:abs</a>
for terms with a datatype from <a data-cite="XPATH-DATAMODEL-31#">XDM</a>.</p>
<div class="result">
<table>
Expand All @@ -7653,7 +7653,7 @@ <h5>ROUND</h5>
<p>Returns the number with no fractional part that is closest to the argument. If there
are two such numbers, then the one that is closest to positive infinity is returned. An
error is raised if <code>arg</code> is not a numeric value.</p>
<p>This function is the same as <a data-cite="XPATH-FUNCTIONS-31#func-round">fn:numeric-round</a> for terms with a datatype from <a data-cite="XPATH-DATAMODEL-31#">XDM</a>.</p>
<p>This function is the same as <a data-cite="XPATH-FUNCTIONS-31#func-round">fn:round</a> for terms with a datatype from <a data-cite="XPATH-DATAMODEL-31#">XDM</a>.</p>
<div class="result">
<table>
<tbody>
Expand All @@ -7680,7 +7680,7 @@ <h5>CEIL</h5>
that is not less than the value of <code>arg</code>. An error is raised if
<code>arg</code> is not a numeric value.</p>
<p>This function is the same as
<a data-cite="XPATH-FUNCTIONS-31#func-ceiling">fn:numeric-ceil</a>
<a data-cite="XPATH-FUNCTIONS-31#func-ceiling">fn:ceiling</a>
for terms with a datatype from <a data-cite="XPATH-DATAMODEL-31#">XDM</a>.</p>
<div class="result">
<table>
Expand All @@ -7704,7 +7704,7 @@ <h5>FLOOR</h5>
is not greater than the value of <code>arg</code>. An error is raised if <code>arg</code>
is not a numeric value.</p>
<p>This function is the same as
<a data-cite="XPATH-FUNCTIONS-31#func-floor">fn:numeric-floor</a>
<a data-cite="XPATH-FUNCTIONS-31#func-floor">fn:floor</a>
for terms with a datatype from <a data-cite="XPATH-DATAMODEL-31#">XDM</a>.</p>
<div class="result">
<table>
Expand Down
Loading