Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29250

Modified Files:
        EXTENSIONS 
Log Message:
Added function pf:pow (calculates power function; not in XQuery functions and
operators)


Index: EXTENSIONS
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/EXTENSIONS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- EXTENSIONS  24 May 2007 09:59:07 -0000      1.9
+++ EXTENSIONS  24 May 2007 11:37:03 -0000      1.10
@@ -231,3 +231,8 @@
    pf:sqrt(xs:decimal?) as xs:decimal?
    pf:sqrt(xs:double) as xs:double
    pf:sqrt(xs:double?) as xs:double?
+Power
+   pf:pow(xs:decimal,xs:decimal) as xs:decimal
+   pf:pow(xs:decimal?,xs:decimal?) as xs:decimal?
+   pf:pow(xs:double,xs:double) as xs:double
+   pf:pow(xs:double?,xs:double?) as xs:double?


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to