You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/06/21 17:51:59 UTC

svn commit: r1138062 - /incubator/jena/Jena2/ARQ/trunk/doc/library-function.html

Author: andy
Date: Tue Jun 21 15:51:59 2011
New Revision: 1138062

URL: http://svn.apache.org/viewvc?rev=1138062&view=rev
Log: (empty)

Modified:
    incubator/jena/Jena2/ARQ/trunk/doc/library-function.html

Modified: incubator/jena/Jena2/ARQ/trunk/doc/library-function.html
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/doc/library-function.html?rev=1138062&r1=1138061&r2=1138062&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/doc/library-function.html (original)
+++ incubator/jena/Jena2/ARQ/trunk/doc/library-function.html Tue Jun 21 15:51:59 2011
@@ -360,15 +360,17 @@ Firefox puts space in with this  --><htm
 
         <tr>
           <td style="text-align: left;"><code>afn:pi()</code></td>
-
           <td style="text-align: left;">The value of pi, as an XSD double.</td>
         </tr>
 
         <tr>
           <td style="text-align: left;"><code>afn:e()</code></td>
-
           <td style="text-align: left;">The value of e, as an XSD double.</td>
         </tr>
+        <tr>
+          <td style="text-align: left;"><code>afn:sqrt(num)</code></td>
+          <td style="text-align: left;">The square root of num.</td>
+        </tr>
 
       </tbody>
     </table>