You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update names of referenced XPath functions and operators. (#304)
Update names of referenced XPath functions and operators.
In defining SPARQL functions, we often say "This function is the same as" and
link to an XPath definition. However, several of the XPath functions are
misnamed in this linking. This PR fixes the function and operator names for:
* `fn:numeric-equal` -> `op:numeric-equal`
* `fn:numeric-abs` -> `fn:abs`
* `fn:numeric-round` -> `fn:round`
* `fn:numeric-ceil` -> `fn:ceiling`
* `fn:numeric-floor` -> `fn:floor`
for terms with a datatype from <a data-cite="XPATH-DATAMODEL-31#">XDM</a>.</p>
7645
7645
<div class="result">
7646
7646
<table>
@@ -7663,7 +7663,7 @@ <h5>ROUND</h5>
7663
7663
<p>Returns the number with no fractional part that is closest to the argument. If there
7664
7664
are two such numbers, then the one that is closest to positive infinity is returned. An
7665
7665
error is raised if <code>arg</code> is not a numeric value.</p>
7666
-
<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>
7666
+
<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>
7667
7667
<div class="result">
7668
7668
<table>
7669
7669
<tbody>
@@ -7690,7 +7690,7 @@ <h5>CEIL</h5>
7690
7690
that is not less than the value of <code>arg</code>. An error is raised if
0 commit comments