EXSLT - math:power

Implementer Page: math.power.html
Function Package: math.power.zip

Function Syntax

number math:power(number, number)

Template Syntax

<xsl:call-template name="math:power">
   <xsl:with-param name="base" select="number" />
   <xsl:with-param name="power" select="number" />
</xsl:call-template>

The math:power function returns the value of a base expression taken to a specified power.

Implementations

The following XSLT processors support math:power:

Implementations of math:power are available in the following languages:

http://www.exslt.org/math/functions/power/index.html last modified 2003-03-03