W3C

XQuery and XPath Functions and Operators Math Namespace Document

Table of Contents

1 Introduction
2 XQuery and XPath Math Functions
3 Normative References
4 Non-Normative References


1 Introduction

This document describes the namespace http://www.w3.org/2005/xpath-functions/math defined by the [XPath and XQuery Functions and Operators 3.0] specification (April 2014 version). This namespace is identified by the namespace prefix math:, which is not a predefined prefix. For updated information, please refer to the latest version of the [XPath and XQuery Functions and Operators 3.0] specification.

This document describes the names that are defined in this namespace at the time of publication. The W3C reserves the right to define additional names in this namespace in the future. [XPath and XQuery Functions and Operators 3.0] is the only specification that may amend this namespace.

This document contains a directory of links to related resources, using RDDL (as defined in [Resource Directory Description Language (RDDL)]).

It is GRDDL-enabled (as defined in [Gleaning Resource Descriptions from Dialects of Languages (GRDDL)]), that is to say that a GRDDL-compliant processor can extract useful RDF (as defined in [Resource Description Framework (RDF): Concepts and Abstract Syntax]) representations of the information contained herein.

2 XQuery and XPath Math Functions

This section lists all of the functions defined by the [XPath and XQuery Functions and Operators 3.0] specification to be in the namespace reserved for certain mathematical functions. Each function is uniquely identified with a URI of the form: “http://www.w3.org/2005/xpath-functions/math#name” where name is the name of a function, such as “sqrt”: http://www.w3.org/2005/xpath-functions/math#sqrt.

The normative definitions of these functions are in the [XPath and XQuery Functions and Operators 3.0] specification. For convenience, a very brief, non-normative summary of each function is provided. For details, follow the link on the “Summary:” introductory text below each function.

acos

Summary:

Returns the arc cosine of the argument, the result being in the range zero to +π radians.

asin

Summary:

Returns the arc sine of the argument, the result being in the range -π/2 to +π/2 radians.

atan

Summary:

Returns the arc tangent of the argument, the result being in the range -π/2 to +π/2 radians.

atan2

Summary:

Returns the angle in radians subtended at the origin by the point on a plane with coordinates (x, y) and the positive x-axis, the result being in the range -π to +π.

cos

Summary:

Returns the cosine of the argument, expressed in radians.

exp

Summary:

Returns the value of ex.

exp10

Summary:

Returns the value of 10x.

log

Summary:

Returns the natural logarithm of the argument.

log10

Summary:

Returns the base-ten logarithm of the argument.

pi

Summary:

Returns an approximation to the mathematical constant π.

pow

Summary:

Returns the result of raising the first argument to the power of the second.

sin

Summary:

Returns the sine of the argument, expressed in radians.

sqrt

Summary:

Returns the non-negative square root of the argument.

tan

Summary:

Returns the tangent of the argument, expressed in radians.

3 Normative References

These documents describe the names that are defined in this namespace at the time of publication. The W3C reserves the right to define additional names in this namespace in the future.

XPath and XQuery Functions and Operators 3.0

4 Non-Normative References

Resource Directory Description Language (RDDL)
Gleaning Resource Descriptions from Dialects of Languages (GRDDL)
Resource Description Framework (RDF): Concepts and Abstract Syntax