http://www.w3.org/2005/xpath-functions/math ZC

Module Description
Before using any of the functions below please remember to import the module namespace:
import module namespace math = "http://www.w3.org/2005/xpath-functions/math";

This module contains all the functions part of the W3C XPath and XQuery Functions and Operators 3.0 section "4.7 Trigonometric and exponential functions".

Author:

www.w3c.org

Module Resources
Related Documentation

For more details please also see:

Namespaces
math http://www.w3.org/2005/xpath-functions/math
Function Summary
acos ( $arg as xs:double? ) as xs:double? external
asin ( $arg as xs:double? ) as xs:double? external
atan ( $arg as xs:double? ) as xs:double? external
atan2 ( $y as xs:double, $x as xs:double ) as xs:double external
cos ( $theta as xs:double? ) as xs:double? external
exp ( $arg as xs:double? ) as xs:double? external
exp10 ( $arg as xs:double? ) as xs:double? external
log ( $arg as xs:double? ) as xs:double? external
log10 ( $arg as xs:double? ) as xs:double? external
pi ( ) as xs:double external
pow ( $x as xs:double?, $y as numeric ) as xs:double? external
sin ( $theta as xs:double? ) as xs:double? external
sqrt ( $arg as xs:double? ) as xs:double? external
tan ( $theta as xs:double? ) as xs:double? external
Functions
acos back to 'Function Summary'
declare function math:acos (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

asin back to 'Function Summary'
declare function math:asin (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

atan back to 'Function Summary'
declare function math:atan (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

atan2 back to 'Function Summary'
declare function math:atan2 (
            $y as xs:double, 
            $x as xs:double 
 ) as xs:double external

No description available.

See:

cos back to 'Function Summary'
declare function math:cos (
            $theta as xs:double? 
 ) as xs:double? external

No description available.

See:

exp back to 'Function Summary'
declare function math:exp (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

exp10 back to 'Function Summary'
declare function math:exp10 (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

log back to 'Function Summary'
declare function math:log (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

log10 back to 'Function Summary'
declare function math:log10 (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

pi back to 'Function Summary'
declare function math:pi (
 ) as xs:double external

No description available.

See:

pow back to 'Function Summary'
declare function math:pow (
            $x as xs:double?, 
            $y as numeric 
 ) as xs:double? external

No description available.

See:

sin back to 'Function Summary'
declare function math:sin (
            $theta as xs:double? 
 ) as xs:double? external

No description available.

See:

sqrt back to 'Function Summary'
declare function math:sqrt (
            $arg as xs:double? 
 ) as xs:double? external

No description available.

See:

tan back to 'Function Summary'
declare function math:tan (
            $theta as xs:double? 
 ) as xs:double? external

No description available.

See:

blog comments powered by Disqus