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
External 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?
.
Functions
External acos back to 'Function Summary'
declare function math:acos (
            $arg as xs:double?
) as xs:double?

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

External pi back to 'Function Summary'
declare function math:pi (

) as xs:double

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

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

No description available.

See:

blog comments powered by Disqus